summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-01-03 23:38:56 +0100
committeremkael <emkael@tlen.pl>2017-01-04 20:56:15 +0100
commit148985ad154df5370f2a68a23aeda4c44f8fb7e2 (patch)
tree7a8c96e83262712a749368be1f5682b7f96a0f5f /config
parent140d8206002abe5762f983a465d1f8619d013e13 (diff)
Example clear text DB config file
Diffstat (limited to 'config')
-rw-r--r--config/db.json.EXAMPLE6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/db.json.EXAMPLE b/config/db.json.EXAMPLE
new file mode 100644
index 0000000..ef563fd
--- /dev/null
+++ b/config/db.json.EXAMPLE
@@ -0,0 +1,6 @@
+{
+ "user": "username",
+ "pass": "password",
+ "db": "database_name",
+ "host": "database_host"
+}