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
0fdf0be4a6
commit
c3bb43b482
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue