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