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