From 6286ba927bc8b48dfdeefa0ca1b1d4002849b798 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 12 Apr 2017 22:18:13 +0200 Subject: Example DB config file --- docs/db-example.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/db-example.json (limited to 'docs') 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": "" +} -- cgit v1.2.3