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]