From bb2d4ff9d4cd5b29173037a565fe1a7546d0f83b Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Tue, 18 Aug 2015 13:19:24 -0400 Subject: [PATCH] remove bad default route hostname --- openshift/templates/nodejs-mongodb.json | 4 ++-- openshift/templates/nodejs.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/templates/nodejs-mongodb.json b/openshift/templates/nodejs-mongodb.json index 5aca8fd..017b5be 100644 --- a/openshift/templates/nodejs-mongodb.json +++ b/openshift/templates/nodejs-mongodb.json @@ -288,8 +288,8 @@ }, { "name": "APPLICATION_DOMAIN", - "description": "The exposed hostname that will route to the Node.js service", - "value": "nodejs-mongodb-example.openshiftapps.com" + "description": "The exposed hostname that will route to the Node.js service, if left blank a value will be defaulted.", + "value": "" }, { "name": "GITHUB_WEBHOOK_SECRET", diff --git a/openshift/templates/nodejs.json b/openshift/templates/nodejs.json index dd38571..55488ab 100644 --- a/openshift/templates/nodejs.json +++ b/openshift/templates/nodejs.json @@ -203,8 +203,8 @@ }, { "name": "APPLICATION_DOMAIN", - "description": "The exposed hostname that will route to the Node.js service", - "value": "nodejs-example.openshiftapps.com" + "description": "The exposed hostname that will route to the Node.js service, if left blank a value will be defaulted.", + "value": "" }, { "name": "GITHUB_WEBHOOK_SECRET",