discourse/config/redis.yml

19 lines
190 B
YAML
Raw Normal View History

2013-02-05 14:16:51 -05:00
defaults: &defaults
host: localhost
port: 6379
db: 0
cache_db: 2
development:
<<: *defaults
test:
<<: *defaults
db: 1
staging:
<<: *defaults
production:
<<: *defaults