mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
23 lines
312 B
YAML
23 lines
312 B
YAML
defaults: &defaults
|
|
host: <%= GlobalSetting.redis_host %>
|
|
port: <%= GlobalSetting.redis_port %>
|
|
password: <%= GlobalSetting.redis_password %>
|
|
db: 0
|
|
cache_db: 2
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
profile:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
db: 1
|
|
|
|
staging:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|