Add option to enable email verification locally for testing

This commit is contained in:
Constantin Graf
2026-06-11 10:17:56 +02:00
parent 8c71a43191
commit 37496a7547
3 changed files with 37 additions and 2 deletions

View File

@@ -81,6 +81,8 @@ return [
'enable_registration' => (bool) env('APP_ENABLE_REGISTRATION', false),
'local_email_verification' => (bool) env('APP_LOCAL_EMAIL_VERIFICATION', false),
/*
|--------------------------------------------------------------------------
| Application Timezone