Merge pull request #24 from bparees/master

remove bad default route hostname
This commit is contained in:
Ben Parees 2015-08-20 09:34:03 -04:00
commit 2003ae657a
2 changed files with 4 additions and 4 deletions

View File

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

View File

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