Fix typo in SESSION_REDIS configuration

This commit is contained in:
Gernot Schulz 2019-04-08 09:52:04 +02:00
parent 3fd5d19daa
commit 58a0da7945

View File

@ -112,7 +112,7 @@ if use_redis:
SESSION_ENGINE = 'redis_sessions.session'
SESSION_REDIS = {
'host': '127.0.0.1',
'post': 6379,
'port': 6379,
'db': 0,
'prefix': 'session',
'socket_timeout': 2