From 25762dbd11e8f83168147798afe26afe601ff3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:44:24 +0200 Subject: [PATCH] fix --- conf/.env | 2 +- manifest.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index ef481cc..31dc6d2 100644 --- a/conf/.env +++ b/conf/.env @@ -27,7 +27,7 @@ DATABASE_URL=mysql://__DB_USER__:__DB_PWD__@127.0.0.1:3306/__DB_NAME__?charset=u # Email will be sent with this address as sender: MAILER_FROM=admin@__DOMAIN__ # Email connection (disabled by default) - see documentation for the format -MAILER_URL=smtp://localhost:25?encryption=&auth_mode= +MAILER_URL="smtp://__APP__:__MAIL_PWD__@localhost:25?encryption=&auth_mode=" #================================================================================ # do not change, unless you are developing for Kimai diff --git a/manifest.toml b/manifest.toml index 5cd3d14..0ee828b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,6 +57,7 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_tag" [resources.system_user] + allow_email = true [resources.install_dir]