1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Update config.yml

This commit is contained in:
Éric Gaspar 2022-06-16 08:43:43 +02:00
parent f411c59d51
commit c10b82fa5c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,19 +98,19 @@ cors:
mailer: mailer:
# Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible. # Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible.
enabled: false enabled: true
# SMTP Host # SMTP Host
host: "" host: "localhost"
# SMTP Host port # SMTP Host port
port: 587 port: 25
# SMTP username # SMTP username
username: "user" username: ""
# SMTP password # SMTP password
password: "" password: ""
# Wether to skip verification of the tls certificate on the server # Wether to skip verification of the tls certificate on the server
skiptlsverify: false skiptlsverify: true
# The default from address when sending emails # The default from address when sending emails
fromemail: "mail@vikunja" fromemail: "vikunja@__DOMAIN__"
# The length of the mail queue. # The length of the mail queue.
queuelength: 100 queuelength: 100
# The timeout in seconds after which the current open connection to the mailserver will be closed. # The timeout in seconds after which the current open connection to the mailserver will be closed.