Rename the variable so there is no doubt what it does.

This commit is contained in:
James Cole
2025-11-04 05:50:06 +01:00
parent 5be32b1675
commit eda81ef7b5
3 changed files with 5 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ return [
'demo_password' => env('DEMO_PASSWORD', ''),
'tracker_site_id' => env('TRACKER_SITE_ID', ''),
'tracker_url' => env('TRACKER_URL', ''),
'track_errors' => env('TRACK_ERRORS', false),
'report_errors_online' => env('REPORT_ERRORS_ONLINE', false),
// authentication settings
'authentication_guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'),