Skip to content

Commit 450f948

Browse files
committed
Allow DebugKit config to be set in environment variables
1 parent ab8dc92 commit 450f948

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/app.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,4 +421,9 @@
421421
'Session' => [
422422
'defaults' => 'php',
423423
],
424+
'DebugKit' => [
425+
'forceEnable' => filter_var(env('DEBUG_KIT_FORCE_ENABLE', false), FILTER_VALIDATE_BOOLEAN),
426+
'safeTld' => env('DEBUG_KIT_SAFE_TLD', null),
427+
'ignoreAuthorization' => env('DEBUG_KIT_IGNORE_AUTHORIZATION', false)
428+
],
424429
];

0 commit comments

Comments
 (0)