diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 6 |
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, -} |