externalize logging mode and app locale
This commit is contained in:
@@ -61,7 +61,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'locale' => 'en',
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -104,7 +104,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'log' => 'daily',
|
||||
'log' => env('LOGGING_MODE', 'daily'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user