mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 07:15:30 +02:00
Changed debug envar to APP_DEBUG
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
DEBUG=false
|
||||
|
||||
APP_DEBUG=false
|
||||
APP_LANGUAGE=en
|
||||
|
||||
DARK_MODE=false
|
||||
|
||||
DISPLAY_READMES=true
|
||||
|
||||
ZIP_DOWNLOADS=true
|
||||
|
||||
GOOGLE_ANALYTICS_ID=false
|
||||
|
@@ -12,7 +12,7 @@ return [
|
||||
*
|
||||
* Default value: false
|
||||
*/
|
||||
'debug' => Helpers::env('DEBUG'),
|
||||
'debug' => Helpers::env('APP_DEBUG'),
|
||||
|
||||
/**
|
||||
* The application interface language.
|
||||
|
Reference in New Issue
Block a user