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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/config/database.template.json b/server/config/database.template.json
new file mode 100644
index 0000000..a9e7f8c
--- /dev/null
+++ b/server/config/database.template.json
@@ -0,0 +1,6 @@
+{
+ "host": "<DB_HOSTNAME>",
+ "user": "<DB_USERNAME>",
+ "password": "<DB_PASSWORD>",
+ "database": "<DB_NAME>"
+} \ No newline at end of file