This commit is contained in:
James Cole
2023-06-10 16:21:01 +02:00
parent 14f8695599
commit f32283d2f1
3 changed files with 28 additions and 33 deletions

View File

@@ -137,7 +137,6 @@ return [
'tracker_url' => env('TRACKER_URL', ''),
// authentication settings
'login_provider' => envNonEmpty('LOGIN_PROVIDER', 'eloquent'),
'authentication_guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'),
'custom_logout_url' => envNonEmpty('CUSTOM_LOGOUT_URL', ''),