mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:22:46 +08:00
Merge pull request #1146 from ZogStriP/add-comment-in-database-yml-files
add a comment in database.yml template files indicating that Sidekiq mus...
This commit is contained in:
commit
6e504e20b4
|
@ -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 New Issue
Block a user