summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-20 14:24:08 +0200
committerSanto Cariotti <sancn@live.com>2017-07-20 14:24:08 +0200
commitb34e6c27aa640e4bd4bde91d684e1e59095ba8b1 (patch)
tree14aa4c5b2b384535c6d379143f441625c7039722 /config.py
parentfb3d4d39eded67b145aa17eac72ae85c9793bf67 (diff)
Moved files
Moved all files of lib into a lib dir
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.py b/config.py
deleted file mode 100644
index 3ccd82d..0000000
--- a/config.py
+++ /dev/null
@@ -1,6 +0,0 @@
-config = {
- 'host' : 'localhost',
- 'port' : 6379,
- 'db' : 0,
- 'unix_socket_path' : None,
-}