mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
get rid of cache db, not needed
This commit is contained in:
parent
e6d9903db1
commit
887ac10013
4 changed files with 0 additions and 6 deletions
|
@ -2,7 +2,6 @@ defaults: &defaults
|
|||
host: localhost
|
||||
port: 6379
|
||||
db: 0
|
||||
cache_db: 2
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
|
@ -4,7 +4,6 @@ defaults: &defaults
|
|||
port: <%= uri.port %>
|
||||
password: <%= uri.password %>
|
||||
db: 0
|
||||
cache_db: 2
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
|
@ -76,8 +76,5 @@ redis_port = 6379
|
|||
# redis database
|
||||
redis_db = 0
|
||||
|
||||
# redis database for caching
|
||||
redis_cache_db = 2
|
||||
|
||||
# redis password
|
||||
redis_password =
|
||||
|
|
|
@ -3,7 +3,6 @@ defaults: &defaults
|
|||
port: <%= GlobalSetting.redis_port %>
|
||||
password: <%= GlobalSetting.redis_password %>
|
||||
db: <%= GlobalSetting.redis_db %>
|
||||
cache_db: <%= GlobalSetting.redis_cache_db %>
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Reference in a new issue