1
0
Fork 0

firefly: Disable error message e-mails

Apparently, *Firefly III* thinks it is a good idea to send an email to
the administrator every time it encounters an error.  This is
particularly annoying when doing database maintenance, as the Kubernetes
health checks trigger an error every minute, which *Firefly III*
helpfully notifies me about.

Fortunately, this behavior can be disabled.
dch-webhooks-secrets
Dustin 2023-05-04 22:26:19 -05:00
parent 5d5b69a629
commit aa758646e0
1 changed files with 1 additions and 0 deletions

View File

@ -28,3 +28,4 @@ MAIL_HOST=mail.pyrocufflink.blue
MAIL_PORT=25
MAIL_ENCRYPTION=null
MAIL_FROM=firefly-iii@pyrocufflink.net
SEND_ERROR_MESSAGE=false