remove bad default route hostname
This commit is contained in:
parent
457a80a7be
commit
bb2d4ff9d4
2 changed files with 4 additions and 4 deletions
|
@ -288,8 +288,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "APPLICATION_DOMAIN",
|
"name": "APPLICATION_DOMAIN",
|
||||||
"description": "The exposed hostname that will route to the Node.js service",
|
"description": "The exposed hostname that will route to the Node.js service, if left blank a value will be defaulted.",
|
||||||
"value": "nodejs-mongodb-example.openshiftapps.com"
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
|
|
|
@ -203,8 +203,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "APPLICATION_DOMAIN",
|
"name": "APPLICATION_DOMAIN",
|
||||||
"description": "The exposed hostname that will route to the Node.js service",
|
"description": "The exposed hostname that will route to the Node.js service, if left blank a value will be defaulted.",
|
||||||
"value": "nodejs-example.openshiftapps.com"
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
|
|
Loading…
Add table
Reference in a new issue