mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Disabled starttls
This commit is contained in:
parent
b741c35baf
commit
c8ec3ba4db
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@ redis:
|
|||
# SMTP server to send emails
|
||||
smtp:
|
||||
hostname: 'localhost'
|
||||
port: 465
|
||||
port: 25
|
||||
username: null
|
||||
password: null
|
||||
tls: true
|
||||
disable_starttls: false
|
||||
tls: false
|
||||
disable_starttls: true
|
||||
ca_file: null # Used for self signed certificates
|
||||
from_address: 'admin@__domain__'
|
||||
|
||||
|
|
Loading…
Reference in a new issue