summaryrefslogtreecommitdiff
path: root/config/db.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/db.json')
-rw-r--r--config/db.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/db.json b/config/db.json
new file mode 100644
index 0000000..e283966
--- /dev/null
+++ b/config/db.json
@@ -0,0 +1,6 @@
+{
+ "user": "USER",
+ "pass": "PASS",
+ "db": "DB",
+ "host": "HOST"
+}