mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Adding REDIS_SESSIONS to local-settings template.
This commit is contained in:
parent
537e4ed1c9
commit
acb0531bff
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ REDIS_PUBSUB = {
|
|||
REDIS_STORY = {
|
||||
'host': '127.0.0.1',
|
||||
}
|
||||
REDIS_SESSIONS = {
|
||||
'host': '127.0.0.1',
|
||||
'port': 6379
|
||||
}
|
||||
|
||||
ELASTICSEARCH_FEED_HOSTS = ["127.0.0.1:9200"]
|
||||
ELASTICSEARCH_STORY_HOSTS = ["127.0.0.1:9200"]
|
||||
|
|
Loading…
Add table
Reference in a new issue