From 63683b7469ace3768c472623272e411a2200fe35 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 2 Jun 2015 16:17:58 +0200 Subject: [PATCH] Change database service name to be more specific --- openshift/django-source-postgresql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/django-source-postgresql.json b/openshift/django-source-postgresql.json index e150894e..77cab591 100644 --- a/openshift/django-source-postgresql.json +++ b/openshift/django-source-postgresql.json @@ -302,8 +302,8 @@ }, { "name": "DATABASE_SERVICE_NAME", - "description": "Database service name (PostgreSQL)", - "value": "database" + "description": "Database service name", + "value": "postgresql" }, { "name": "DATABASE_NAME",