mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
parent
aacf42dddf
commit
39e45952c4
2 changed files with 3 additions and 2 deletions
|
@ -138,9 +138,9 @@ mailer:
|
|||
# SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`.
|
||||
authtype: "plain"
|
||||
# SMTP username
|
||||
username: ""
|
||||
username: "__APP__"
|
||||
# SMTP password
|
||||
password: ""
|
||||
password: "__MAIL_PWD__"
|
||||
# Wether to skip verification of the tls certificate on the server
|
||||
skiptlsverify: true
|
||||
# The default from address when sending emails
|
||||
|
|
|
@ -65,6 +65,7 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue