Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Sep 6, 2017
1 parent 839380f commit d68ef6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Available Settings
SESSION_REDIS = {
'host': 'localhost'
'port': 6379
'redis_db': 0,
'db': 0,
'password': 'password',
'prefix': 'session',
'socket_timeout': 1
Expand All @@ -45,7 +45,7 @@ If you prefer domain socket connection, you can just add this line instead of H
```
SESSION_REDIS = {
'unix_domain_socket_path': '/var/run/redis/redis.sock',
'redis_db': 0,
'db': 0,
'password': 'password',
'prefix': 'session',
'socket_timeout': 1
Expand Down

0 comments on commit d68ef6f

Please sign in to comment.