remove bad default route hostname

This commit is contained in:
Ben Parees 2015-08-18 13:19:30 -04:00
parent 2a7e09f47e
commit 71a132bebd
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -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",