Merge pull request #4576 from gsiv/bug/redis-config-typo
Fix typo in SESSION_REDIS configuration
This commit is contained in:
commit
54ec8bbe55
@ -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