Merge pull request #25 from bparees/master

remove bad default route hostname
This commit is contained in:
Ben Parees 2015-08-20 09:34:07 -04:00
commit bf57558da2
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",