1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git synced 2024-09-03 18:36:21 +02:00

Merge pull request #6 from pjpmosteiro/master

Update .env to use log by default
This commit is contained in:
Marc Ordinas i Llopis 2023-06-01 09:58:14 +02:00 committed by GitHub
commit dae3c26b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ EXPECT_SECURE_URL=false
# Amazon SES is not supported. # Amazon SES is not supported.
# log = drop mails in the logs instead of sending them # log = drop mails in the logs instead of sending them
# array = debug mailer that does nothing. # array = debug mailer that does nothing.
MAIL_MAILER= MAIL_MAILER=log
# where to send the report? # where to send the report?
MAIL_DESTINATION=noreply@example.com MAIL_DESTINATION=noreply@example.com