Skip to content

Commit

Permalink
get rid of cache db, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 6, 2014
1 parent e6d9903 commit 887ac10
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion chef/cookbooks/discourse/files/default/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defaults: &defaults
host: localhost
port: 6379
db: 0
cache_db: 2

development:
<<: *defaults
Expand Down
1 change: 0 additions & 1 deletion config/cloud/cloud66/files/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ defaults: &defaults
port: <%= uri.port %>
password: <%= uri.password %>
db: 0
cache_db: 2

development:
<<: *defaults
Expand Down
3 changes: 0 additions & 3 deletions config/discourse_defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,5 @@ redis_port = 6379
# redis database
redis_db = 0

# redis database for caching
redis_cache_db = 2

# redis password
redis_password =
1 change: 0 additions & 1 deletion config/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 887ac10

Please sign in to comment.