summaryrefslogtreecommitdiffstats
path: root/server/config/database.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/config/database.template.json')
-rw-r--r--server/config/database.template.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/config/database.template.json b/server/config/database.template.json
index a9e7f8c..857fcc6 100644
--- a/server/config/database.template.json
+++ b/server/config/database.template.json
@@ -1,6 +1,7 @@
{
"host": "<DB_HOSTNAME>",
- "user": "<DB_USERNAME>",
+ "username": "<DB_USERNAME>",
"password": "<DB_PASSWORD>",
- "database": "<DB_NAME>"
+ "database": "<DB_NAME>",
+ "dialect": "<mysql|mariadb|sqlite|postgres|mssql>"
} \ No newline at end of file