externalize logging mode and app locale

This commit is contained in:
Nikolay Gorylenko
2015-08-02 11:15:49 +02:00
parent c46c255722
commit 4f3664b3e0
3 changed files with 11 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ return [
|
*/
'locale' => 'en',
'locale' => env('APP_LOCALE', 'en'),
/*
|--------------------------------------------------------------------------
@@ -104,7 +104,7 @@ return [
|
*/
'log' => 'daily',
'log' => env('LOGGING_MODE', 'daily'),
/*
|--------------------------------------------------------------------------