Merge pull request #24 from bparees/master
remove bad default route hostname
This commit is contained in:
commit
2003ae657a
2 changed files with 4 additions and 4 deletions
|
@ -292,8 +292,8 @@
|
|||
},
|
||||
{
|
||||
"name": "APPLICATION_DOMAIN",
|
||||
"description": "The exposed hostname that will route to the Django service",
|
||||
"value": "django-psql-example.openshiftapps.com"
|
||||
"description": "The exposed hostname that will route to the Django service, if left blank a value will be defaulted.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "GITHUB_WEBHOOK_SECRET",
|
||||
|
|
|
@ -211,8 +211,8 @@
|
|||
},
|
||||
{
|
||||
"name": "APPLICATION_DOMAIN",
|
||||
"description": "The exposed hostname that will route to the Django service",
|
||||
"value": "django-example.openshiftapps.com"
|
||||
"description": "The exposed hostname that will route to the Django service, if left blank a value will be defaulted.",
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"name": "GITHUB_WEBHOOK_SECRET",
|
||||
|
|
Loading…
Reference in a new issue