summaryrefslogtreecommitdiff
path: root/config.py
blob: 3ccd82d048c742bd2499f83d881a29ba6a936dd7 (plain)
1
2
3
4
5
6
config = {
    'host' : 'localhost',
    'port' : 6379,
    'db' : 0,
    'unix_socket_path' : None,
}