diff options
author | emkael <emkael@tlen.pl> | 2014-10-06 15:59:38 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2014-10-06 15:59:38 +0200 |
commit | 7127fd85771045a62030dc9cef840a347b639308 (patch) | |
tree | 543d62c3dc3957c3461c2e782ae7b6677d1ab2cc /config | |
parent | 7663d55cd11058b803e507d7aec257a5780e5df1 (diff) |
* db config
Diffstat (limited to 'config')
-rw-r--r-- | config/db.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/db.json b/config/db.json new file mode 100644 index 0000000..e283966 --- /dev/null +++ b/config/db.json @@ -0,0 +1,6 @@ +{ + "user": "USER", + "pass": "PASS", + "db": "DB", + "host": "HOST" +} |