From 6d073e997f7a4fdaff6dfbbbdcb230597a322487 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 Jan 2022 15:44:51 +0100 Subject: [PATCH] Fix --- conf/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/config.yml b/conf/config.yml index d2e8578..eb8f630 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -104,11 +104,11 @@ mailer: # SMTP Host port port: 25 # SMTP username - username: "" + username: "vikunja" # SMTP password - password: "" + password: "__SMTP_USER_PWD__" # Wether to skip verification of the tls certificate on the server - skiptlsverify: false + skiptlsverify: true # The default from address when sending emails fromemail: "mail@vikunja" # The length of the mail queue. @@ -120,7 +120,7 @@ mailer: log: # A folder where all the logfiles should go. - path: /var/log + path: /var/log/__APP__ # Whether to show any logging at all or none enabled: true # Where the normal log should go. Possible values are stdout, stderr, file or off to disable standard logging.