diff options
author | emkael <emkael@tlen.pl> | 2017-04-12 22:18:13 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-12 22:18:13 +0200 |
commit | 6286ba927bc8b48dfdeefa0ca1b1d4002849b798 (patch) | |
tree | 4f17cbc6d91d4ad0232e838ebd64a67c869ba567 | |
parent | d8e79a2c9e400d7da18a4e8812e60d259c80c04c (diff) |
Example DB config file
-rw-r--r-- | docs/db-example.json | 7 |
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": ""
+}
|