Fix template missing DATABASE_ENGINE

This commit is contained in:
Rodolfo Carvalho 2015-06-02 16:19:11 +02:00
parent 63683b7469
commit 3c3f724fc5
1 changed files with 5 additions and 0 deletions

View File

@ -305,6 +305,11 @@
"description": "Database service name",
"value": "postgresql"
},
{
"name": "DATABASE_ENGINE",
"description": "Database engine: postgresql, mysql or sqlite (default)",
"value": "postgresql"
},
{
"name": "DATABASE_NAME",
"description": "Database name",