Remove env vars from config

This commit is contained in:
James Cole
2023-01-29 07:00:42 +01:00
parent a5328a9ff4
commit fbe5a5dd39

View File

@@ -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