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
parent
5d5b69a629
commit
aa758646e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue