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