Merge pull request #4576 from gsiv/bug/redis-config-typo

Fix typo in SESSION_REDIS configuration
This commit is contained in:
Emanuel Schütze 2019-04-08 10:22:57 +02:00 committed by GitHub
commit 54ec8bbe55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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