Change database service name to be more specific
This commit is contained in:
parent
b98dd0b761
commit
63683b7469
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue