DEV: Remove `db_id` from sample multisite config.

See 2bb4d5170c
This commit is contained in:
Guo Xiang Tan 2020-05-29 10:48:29 +08:00
parent 3b311f6b15
commit ca28ad8f9a
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ mlp:
host: dbhost host: dbhost
pool: 5 pool: 5
timeout: 5000 timeout: 5000
db_id: 1 # ensure db_id is unique for each site
### If you change this setting you will need to ### If you change this setting you will need to
### - restart sidekiq if you change this setting ### - restart sidekiq if you change this setting
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake` ### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`
@ -22,7 +21,6 @@ drwho:
host: dbhost host: dbhost
pool: 5 pool: 5
timeout: 5000 timeout: 5000
db_id: # ensure db_id is unique for each site
### If you change this setting you will need to ### If you change this setting you will need to
### - restart sidekiq if you change this setting ### - restart sidekiq if you change this setting
### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake` ### - rebake all to posts using: `RAILS_ENV=production bundle exec rake posts:rebake`