mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Fix
This commit is contained in:
parent
f6b9d4854d
commit
6d073e997f
1 changed files with 4 additions and 4 deletions
|
@ -104,11 +104,11 @@ mailer:
|
||||||
# SMTP Host port
|
# SMTP Host port
|
||||||
port: 25
|
port: 25
|
||||||
# SMTP username
|
# SMTP username
|
||||||
username: ""
|
username: "vikunja"
|
||||||
# SMTP password
|
# SMTP password
|
||||||
password: ""
|
password: "__SMTP_USER_PWD__"
|
||||||
# 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.
|
||||||
|
@ -120,7 +120,7 @@ mailer:
|
||||||
|
|
||||||
log:
|
log:
|
||||||
# A folder where all the logfiles should go.
|
# A folder where all the logfiles should go.
|
||||||
path: /var/log
|
path: /var/log/__APP__
|
||||||
# Whether to show any logging at all or none
|
# Whether to show any logging at all or none
|
||||||
enabled: true
|
enabled: true
|
||||||
# Where the normal log should go. Possible values are stdout, stderr, file or off to disable standard logging.
|
# Where the normal log should go. Possible values are stdout, stderr, file or off to disable standard logging.
|
||||||
|
|
Loading…
Add table
Reference in a new issue