diff --git a/conf/.env b/conf/.env index 58d981c..e97e9b8 100644 --- a/conf/.env +++ b/conf/.env @@ -185,7 +185,7 @@ EXPECT_SECURE_URL=false # Amazon SES is not supported. # log = drop mails in the logs instead of sending them # array = debug mailer that does nothing. -MAIL_MAILER= +MAIL_MAILER=log # where to send the report? MAIL_DESTINATION=noreply@example.com diff --git a/manifest.toml b/manifest.toml index 09667f4..8c224a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,6 +44,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz" sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732" + autoupdate.strategy = "latest_github_tag" [resources.system_user]