mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +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
|
||||
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 New Issue
Block a user