summaryrefslogtreecommitdiff
path: root/config.template/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.template/db.json')
-rw-r--r--config.template/db.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.template/db.json b/config.template/db.json
new file mode 100644
index 0000000..845e368
--- /dev/null
+++ b/config.template/db.json
@@ -0,0 +1,6 @@
+{
+ "user": "${LIGA_AUSBUTLER_DB_USER}",
+ "pass": "${LIGA_AUSBUTLER_DB_PASS}",
+ "db": "${LIGA_AUSBUTLER_DB_NAME}",
+ "host": "${LIGA_AUSBUTLER_DB_HOST}"
+}