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",
|
"name": "APPLICATION_DOMAIN",
|
||||||
"description": "The exposed hostname that will route to the Django service",
|
"description": "The exposed hostname that will route to the Django service, if left blank a value will be defaulted.",
|
||||||
"value": "django-psql-example.openshiftapps.com"
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
|
|
|
@ -211,8 +211,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "APPLICATION_DOMAIN",
|
"name": "APPLICATION_DOMAIN",
|
||||||
"description": "The exposed hostname that will route to the Django service",
|
"description": "The exposed hostname that will route to the Django service, if left blank a value will be defaulted.",
|
||||||
"value": "django-example.openshiftapps.com"
|
"value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GITHUB_WEBHOOK_SECRET",
|
"name": "GITHUB_WEBHOOK_SECRET",
|
||||||
|
|
Loading…
Reference in a new issue