remove bad default route hostname

This commit is contained in:
Ben Parees 2015-08-18 13:19:24 -04:00
parent 457a80a7be
commit bb2d4ff9d4
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",