mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +08:00
3875806315
instructions a lot, and included setup instructions for provisioning your own VM. Closes #28 and #61.
19 lines
190 B
Plaintext
19 lines
190 B
Plaintext
defaults: &defaults
|
|
host: localhost
|
|
port: 6379
|
|
db: 0
|
|
cache_db: 2
|
|
|
|
development:
|
|
<<: *defaults
|
|
|
|
test:
|
|
<<: *defaults
|
|
db: 1
|
|
|
|
staging:
|
|
<<: *defaults
|
|
|
|
production:
|
|
<<: *defaults
|