From 79665cbae6e359f23629e421d55c929b43e0e3e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 25 Oct 2023 09:33:17 +0200 Subject: [PATCH] fix --- conf/.env.example | 4 ++-- manifest.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index 4e99c76..d625352 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -34,8 +34,8 @@ email.fromEmail="__APP__@__DOMAIN__" email.fromName="Castopod" email.SMTPHost="localhost" email.SMTPPort="25" -email.SMTPUser="__APP__" -email.SMTPPass="__MAIL_PWD__" +email.SMTPUser="" +email.SMTPPass="" #-------------------------------------------------------------------- # Cache configuration (advanced) diff --git a/manifest.toml b/manifest.toml index 930ab1a..a67d147 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,7 @@ ram.runtime = "50M" in_subdir = true [resources.system_user] - allow_email = true + #allow_email = true [resources.install_dir]