diff options
author | emkael <emkael@tlen.pl> | 2014-10-17 17:09:35 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-17 17:09:35 +0200 |
commit | 07aedcdea97c01c5f1a1f3bc8d9f60a8516b42bf (patch) | |
tree | e2c05f18bd7ea08deba890ef38a8a322b5bc4e82 /config/db.json | |
parent | da87925da621f45ed72d8e3aa7b79d3d8eb9a0ca (diff) |
* SQLite support + config examples
Diffstat (limited to 'config/db.json')
-rw-r--r-- | config/db.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/db.json b/config/db.json deleted file mode 100644 index e283966..0000000 --- a/config/db.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "user": "USER", - "pass": "PASS", - "db": "DB", - "host": "HOST" -} |