mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Remove env vars from config
This commit is contained in:
@@ -128,8 +128,6 @@ return [
|
|||||||
'allow_webhooks' => env('ALLOW_WEBHOOKS', false),
|
'allow_webhooks' => env('ALLOW_WEBHOOKS', false),
|
||||||
|
|
||||||
// email flags
|
// 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),
|
'send_report_journals' => envNonEmpty('SEND_REPORT_JOURNALS', true),
|
||||||
|
|
||||||
// info for demo site
|
// info for demo site
|
||||||
|
Reference in New Issue
Block a user