discourse/config/redis.yml.sample

19 lines
190 B
Plaintext
Raw Normal View History

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