Merge pull request #25 from bparees/master
remove bad default route hostname
This commit is contained in:
commit
bf57558da2
2 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue