testing mongo configs
This commit is contained in:
parent
b9d2a51ad5
commit
4fd0c003f6
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"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue