summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-04-12 22:18:13 +0200
committeremkael <emkael@tlen.pl>2017-04-12 22:18:13 +0200
commit6286ba927bc8b48dfdeefa0ca1b1d4002849b798 (patch)
tree4f17cbc6d91d4ad0232e838ebd64a67c869ba567
parentd8e79a2c9e400d7da18a4e8812e60d259c80c04c (diff)
Example DB config file
-rw-r--r--docs/db-example.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/db-example.json b/docs/db-example.json
new file mode 100644
index 0000000..b4308e4
--- /dev/null
+++ b/docs/db-example.json
@@ -0,0 +1,7 @@
+{
+ "user": "",
+ "pass": "",
+ "host": "",
+ "port": 3306,
+ "db": ""
+}