mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Updated documentation
* added RVM option for single-user install * clarified Web Server options * bluepill sample config: create socket directory if it doesn't exist * add multisite.yml.production-sample * rename production.sample.rb (OCD) * make two database.yml samples (one for dev, one for prod) * fixed travis build (database.yml.sample renamed) * fix other references to database.yml.sample * clean up 'rvm requirements' instructions as per @mpapis
This commit is contained in:
26
config/multisite.yml.production-sample
Normal file
26
config/multisite.yml.production-sample
Normal file
@@ -0,0 +1,26 @@
|
||||
mlp:
|
||||
adapter: postgresql
|
||||
database: discourse_mlp
|
||||
username: discourse_mlp
|
||||
password: applejack
|
||||
host: dbhost
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
db_id: 1 # ensure db_id is unique for each site
|
||||
host_names:
|
||||
- discourse.equestria.com
|
||||
- discourse.equestria.internal
|
||||
|
||||
drwho:
|
||||
adapter: postgresql
|
||||
database: discourse_who
|
||||
username: discourse_who
|
||||
password: "Up the time stream without a TARDIS"
|
||||
host: dbhost
|
||||
pool: 5
|
||||
timeout: 5000
|
||||
db_id: # ensure db_id is unique for each site
|
||||
host_names:
|
||||
- discuss.tardis.gallifrey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user