Merge pull request #6938 from firefly-iii/remove-env

Remove env
This commit is contained in:
James Cole 2023-01-29 07:01:02 +01:00 committed by GitHub
commit b6e54fe3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -158,9 +158,7 @@ MANDRILL_SECRET=
SPARKPOST_SECRET=
# Firefly III can send you the following messages.
SEND_REGISTRATION_MAIL=true
SEND_ERROR_MESSAGE=true
SEND_LOGIN_NEW_IP_WARNING=true
# These messages contain (sensitive) transaction information:
SEND_REPORT_JOURNALS=true

View File

@ -128,8 +128,6 @@ return [
'allow_webhooks' => env('ALLOW_WEBHOOKS', false),
// email flags
'send_registration_mail' => env('SEND_REGISTRATION_MAIL', true),
'warn_new_ip' => env('SEND_LOGIN_NEW_IP_WARNING', true),
'send_report_journals' => envNonEmpty('SEND_REPORT_JOURNALS', true),
// info for demo site