Reverted test configs

This commit is contained in:
brennv 2016-04-04 16:11:50 -07:00
parent 0200a40f5c
commit b9d2a51ad5

View file

@ -191,27 +191,23 @@
"env": [
{
"name": "DATABASE_SERVICE_NAME",
"value": "mongodb-26-centos7"
"value": "${DATABASE_SERVICE_NAME}"
},
{
"name": "MONGODB_USER",
"value": "admin"
"value": "${MONGODB_USER}"
},
{
"name": "MONGODB_PASSWORD",
"value": "secret"
"value": "${MONGODB_PASSWORD}"
},
{
"name": "MONGODB_DATABASE",
"value": "mongo_db"
"value": "${MONGODB_DATABASE}"
},
{
"name": "MONGODB_ADMIN_PASSWORD",
"value": "super-secret"
},
{
"name": "MONGODB_URL",
"value": "172.30.27.142:27017"
"value": "${MONGODB_ADMIN_PASSWORD}"
}
],
"resources": {