mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Follow up to 3a37a7f
where adding those new SMTP settings forgot to
declare it in our defaults file.
This commit is contained in:
parent
55f34c45c6
commit
ef505c0b73
1 changed files with 6 additions and 0 deletions
|
@ -95,6 +95,12 @@ smtp_openssl_verify_mode =
|
||||||
# force implicit TLS as per RFC 8314 3.3
|
# force implicit TLS as per RFC 8314 3.3
|
||||||
smtp_force_tls = false
|
smtp_force_tls = false
|
||||||
|
|
||||||
|
# number of seconds to wait while attempting to open a SMTP connection
|
||||||
|
smtp_open_timeout = 5
|
||||||
|
|
||||||
|
# Number of seconds to wait until timing-out a SMTP read(2) call
|
||||||
|
smtp_read_timeout = 5
|
||||||
|
|
||||||
# load MiniProfiler in production, to be used by developers
|
# load MiniProfiler in production, to be used by developers
|
||||||
load_mini_profiler = true
|
load_mini_profiler = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue