From 71a132bebd830d682f28c8c784d322d3f656644c Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Tue, 18 Aug 2015 13:19:30 -0400 Subject: [PATCH] remove bad default route hostname --- openshift/templates/django-postgresql.json | 4 ++-- openshift/templates/django.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openshift/templates/django-postgresql.json b/openshift/templates/django-postgresql.json index 98bd1f4..749064e 100644 --- a/openshift/templates/django-postgresql.json +++ b/openshift/templates/django-postgresql.json @@ -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", diff --git a/openshift/templates/django.json b/openshift/templates/django.json index 1794d19..143a942 100644 --- a/openshift/templates/django.json +++ b/openshift/templates/django.json @@ -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",