mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Support user defined postgres timeouts
This commit is contained in:
parent
90d6677d97
commit
d333155cd5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ development:
|
||||||
min_messages: warning
|
min_messages: warning
|
||||||
pool: 5
|
pool: 5
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
checkout_timeout: <%= ENV['CHECKOUT_TIMEOUT'] || 5 %>
|
||||||
host_names:
|
host_names:
|
||||||
### Don't include the port number here. Change the "port" site setting instead, at /admin/site_settings.
|
### Don't include the port number here. Change the "port" site setting instead, at /admin/site_settings.
|
||||||
### If you change this setting you will need to
|
### If you change this setting you will need to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue