mirror of https://github.com/Chocobozzz/PeerTube
Add disable_starttls configuration variable for docker
parent
53a613171e
commit
08806798d0
|
@ -33,6 +33,9 @@ smtp:
|
|||
tls:
|
||||
__name: "PEERTUBE_SMTP_TLS"
|
||||
__format: "json"
|
||||
disable_starttls:
|
||||
__name: "PEERTUBE_SMTP_DISABLE_STARTTLS"
|
||||
__format: "json"
|
||||
from_address: "PEERTUBE_SMTP_FROM"
|
||||
|
||||
admin:
|
||||
|
|
Loading…
Reference in New Issue