discourse/config/redis.yml
2013-02-05 14:16:51 -05:00

19 lines
190 B
YAML

defaults: &defaults
host: localhost
port: 6379
db: 0
cache_db: 2
development:
<<: *defaults
test:
<<: *defaults
db: 1
staging:
<<: *defaults
production:
<<: *defaults