This commit is contained in:
parent
408b6c3dc5
commit
94f6f6a433
@ -18,3 +18,6 @@ steps:
|
|||||||
from_secret: username
|
from_secret: username
|
||||||
password:
|
password:
|
||||||
from_secret: password
|
from_secret: password
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
@ -10,12 +10,12 @@
|
|||||||
"http://localhost"
|
"http://localhost"
|
||||||
],
|
],
|
||||||
"database": {
|
"database": {
|
||||||
"host": "localhost",
|
"host": "database",
|
||||||
"port": 27017,
|
"port": 27017,
|
||||||
"name": "webplay"
|
"name": "webplay"
|
||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"host": "localhost",
|
"host": "redis",
|
||||||
"port": 6379
|
"port": 6379
|
||||||
},
|
},
|
||||||
"album_cover_files": [
|
"album_cover_files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user