From 7127fd85771045a62030dc9cef840a347b639308 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 6 Oct 2014 15:59:38 +0200 Subject: * db config --- .gitignore | 1 - config/db.json | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 config/db.json diff --git a/.gitignore b/.gitignore index 21f5cbd..0d20b64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ *.pyc -config/db.json 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" +} -- cgit v1.2.3