index
:
stout
master
Check TODO list
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
config.py
blob: 3ccd82d048c742bd2499f83d881a29ba6a936dd7 (
plain
)
1
2
3
4
5
6
config
=
{
'host'
:
'localhost'
,
'port'
:
6379
,
'db'
:
0
,
'unix_socket_path'
:
None
,
}