mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-12 01:45:39 +00:00
docs: fix smtp port default value
See: https://discuss.overhang.io/t/default-smtp-configuration-timeout/2367
This commit is contained in:
parent
5958af86e3
commit
d4a47ded38
@ -163,7 +163,7 @@ SMTP
|
||||
|
||||
- ``RUN_SMTP`` (default: ``true``)
|
||||
- ``SMTP_HOST`` (default: ``"smtp"``)
|
||||
- ``SMTP_PORT`` (default: ``25``)
|
||||
- ``SMTP_PORT`` (default: ``8025``)
|
||||
- ``SMTP_USERNAME`` (default: ``""``)
|
||||
- ``SMTP_PASSWORD`` (default: ``""``)
|
||||
- ``SMTP_USE_TLS`` (default: ``false``)
|
||||
|
Loading…
Reference in New Issue
Block a user