We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b935645 commit 7e6da5eCopy full SHA for 7e6da5e
configuration.php
@@ -12,11 +12,11 @@
12
'psx_dispatch' => '',
13
14
// Defines the current environment i.e. prod or dev
15
- 'psx_env' => env('APP_ENV')->string()->default('prod'),
+ 'psx_env' => env('APP_ENV')->string(),
16
17
// Whether the app runs in debug mode or not. If not error reporting is set to 0, also several caches are used if
18
// the debug mode is false
19
- 'psx_debug' => env('APP_DEBUG')->bool()->default(false),
+ 'psx_debug' => env('APP_DEBUG')->bool(),
20
21
// Database parameters which are used for the doctrine DBAL connection
22
// https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html
0 commit comments