31 lines
924 B
Plaintext
31 lines
924 B
Plaintext
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
|
|
### If you change this setting you will need to
|
|
### - restart sidekiq if you change this setting
|
|
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`
|
|
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
|
|
### If you change this setting you will need to
|
|
### - restart sidekiq if you change this setting
|
|
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`
|
|
host_names:
|
|
- discuss.tardis.gallifrey
|