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:
parent
f411c59d51
commit
c10b82fa5c
1 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue