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 16:14:50 +01:00
parent 0fdf0be4a6
commit c3bb43b482
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,17 +98,17 @@ 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: "vikunja"
# 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: "mail@vikunja"
# The length of the mail queue. # The length of the mail queue.