From ca28ad8f9ac175d9b8f3b50af647350ae8980c86 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 29 May 2020 10:48:29 +0800 Subject: [PATCH] DEV: Remove `db_id` from sample multisite config. See https://github.com/discourse/rails_multisite/commit/2bb4d5170cbf462708eb32bb85c035fb1700f7b4 --- config/multisite.yml.production-sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/multisite.yml.production-sample b/config/multisite.yml.production-sample index 9c7accece6e..752a12d664a 100644 --- a/config/multisite.yml.production-sample +++ b/config/multisite.yml.production-sample @@ -6,7 +6,6 @@ mlp: 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` @@ -22,7 +21,6 @@ drwho: 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`