Browse Source

Change database service name to be more specific

pull/2/merge
Rodolfo Carvalho 10 years ago
parent
commit
63683b7469
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      openshift/django-source-postgresql.json

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

@ -302,8 +302,8 @@
},
{
"name": "DATABASE_SERVICE_NAME",
"description": "Database service name (PostgreSQL)",
"value": "database"
"description": "Database service name",
"value": "postgresql"
},
{
"name": "DATABASE_NAME",


Loading…
Cancel
Save