From 518bad2eac9b00fa94d87747537e41d0f6a98fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 21 May 2023 11:27:58 +0200 Subject: [PATCH 1/2] Update manifest.toml --- manifest.toml | 1 + 1 file changed, 1 insertion(+) 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] From 6678a663fd7a3240873d28456c8cfd496e368830 Mon Sep 17 00:00:00 2001 From: Pablo Date: Wed, 31 May 2023 13:50:57 +0200 Subject: [PATCH 2/2] Update .env Added "log" as default MAILER --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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