mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -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
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
host_names:
|
host_names:
|
||||||
|
# /!\ Make sure you *also* restart sidekiq if you change this setting /!\
|
||||||
- "localhost"
|
- "localhost"
|
||||||
|
|
||||||
# Warning: The database defined as "test" will be erased and
|
# Warning: The database defined as "test" will be erased and
|
||||||
|
@ -29,6 +30,7 @@ production:
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
host_names:
|
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
|
- production.localhost # Update this to be the domain of your production site
|
||||||
|
|
||||||
profile:
|
profile:
|
||||||
|
|
|
@ -8,6 +8,7 @@ production:
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
# db_id: 0 # database ID if hosting multiple sites
|
# db_id: 0 # database ID if hosting multiple sites
|
||||||
host_names:
|
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
|
- production.localhost # Update this to be the domain of your production site
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue