Fix typo in SESSION_REDIS configuration
This commit is contained in:
parent
3fd5d19daa
commit
58a0da7945
@ -112,7 +112,7 @@ if use_redis:
|
|||||||
SESSION_ENGINE = 'redis_sessions.session'
|
SESSION_ENGINE = 'redis_sessions.session'
|
||||||
SESSION_REDIS = {
|
SESSION_REDIS = {
|
||||||
'host': '127.0.0.1',
|
'host': '127.0.0.1',
|
||||||
'post': 6379,
|
'port': 6379,
|
||||||
'db': 0,
|
'db': 0,
|
||||||
'prefix': 'session',
|
'prefix': 'session',
|
||||||
'socket_timeout': 2
|
'socket_timeout': 2
|
||||||
|
Loading…
Reference in New Issue
Block a user