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:
ericgaspar 2022-01-16 17:15:58 +01:00
parent 0ecf632f2d
commit db91b938ca
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -100,15 +100,15 @@ mailer:
# 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
# SMTP Host
host: "localhost"
host: ""
# SMTP Host port
port: 25
port: 587
# SMTP username
username: "vikunja"
username: "user"
# SMTP password
password: ""
# Wether to skip verification of the tls certificate on the server
skiptlsverify: true
skiptlsverify: false
# The default from address when sending emails
fromemail: "mail@vikunja"
# The length of the mail queue.