Browse Source

remove bad default route hostname

pull/24/head
Ben Parees 10 years ago
parent
commit
71a132bebd
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      openshift/templates/django-postgresql.json
  2. +2
    -2
      openshift/templates/django.json

+ 2
- 2
openshift/templates/django-postgresql.json View File

@ -292,8 +292,8 @@
}, },
{ {
"name": "APPLICATION_DOMAIN", "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", "name": "GITHUB_WEBHOOK_SECRET",


+ 2
- 2
openshift/templates/django.json View File

@ -211,8 +211,8 @@
}, },
{ {
"name": "APPLICATION_DOMAIN", "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", "name": "GITHUB_WEBHOOK_SECRET",


Loading…
Cancel
Save