From 1fe477db293617fa0b118f19fc952335a48ddfa3 Mon Sep 17 00:00:00 2001 From: brennv Date: Mon, 4 Apr 2016 16:59:54 -0700 Subject: [PATCH] Reverted test configs --- openshift/templates/nodejs.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json index a9265f4..82df67c 100644 --- a/openshift/templates/nodejs.json +++ b/openshift/templates/nodejs.json @@ -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" + "value": "${MONGODB_ADMIN_PASSWORD}" } ], "resources": {