Testing mongoldb config
This commit is contained in:
parent
d9c8c2e5e0
commit
dd22958804
1 changed files with 9 additions and 5 deletions
|
@ -191,23 +191,27 @@
|
|||
"env": [
|
||||
{
|
||||
"name": "DATABASE_SERVICE_NAME",
|
||||
"value": "${DATABASE_SERVICE_NAME}"
|
||||
"value": "mongodb-26-centos7"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_USER",
|
||||
"value": "${MONGODB_USER}"
|
||||
"value": "admin"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_PASSWORD",
|
||||
"value": "${MONGODB_PASSWORD}"
|
||||
"value": "secret"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_DATABASE",
|
||||
"value": "${MONGODB_DATABASE}"
|
||||
"value": "mongo_db"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_ADMIN_PASSWORD",
|
||||
"value": "${MONGODB_ADMIN_PASSWORD}"
|
||||
"value": "super-secret"
|
||||
},
|
||||
{
|
||||
"name": "MONGODB_URL",
|
||||
"value": "172.30.27.142:27017"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue