add a comment in database.yml template files indicating that Sidekiq must be restarted after changes

This commit is contained in:
Régis Hanol 2013-07-04 23:31:36 +02:00
parent 4a3bc1fb43
commit c42cb6ef48
2 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

@ -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: