mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
add a comment in database.yml template files indicating that Sidekiq must be restarted after changes
This commit is contained in:
parent
4a3bc1fb43
commit
c42cb6ef48
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ development:
|
|||
pool: 5
|
||||
timeout: 5000
|
||||
host_names:
|
||||
# /!\ Make sure you *also* restart sidekiq if you change this setting /!\
|
||||
- "localhost"
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
|
@ -29,6 +30,7 @@ production:
|
|||
pool: 5
|
||||
timeout: 5000
|
||||
host_names:
|
||||
# /!\ Make sure you *also* restart sidekiq if you change this setting /!\
|
||||
- production.localhost # Update this to be the domain of your production site
|
||||
|
||||
profile:
|
||||
|
|
|
@ -8,6 +8,7 @@ production:
|
|||
timeout: 5000
|
||||
# db_id: 0 # database ID if hosting multiple sites
|
||||
host_names:
|
||||
# /!\ Make sure you *also* restart sidekiq if you change this setting /!\
|
||||
- production.localhost # Update this to be the domain of your production site
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue