X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cd6572b61af2165133468d2562d04dffdca8fca8..refs/pull/494/head:/config/app.php diff --git a/config/app.php b/config/app.php index 2a7a36ea2..a390eaf83 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ return [ - 'env' => env('APP_ENV', 'development'), + 'env' => env('APP_ENV', 'production'), 'editor' => env('APP_EDITOR', 'html'), @@ -18,7 +18,7 @@ return [ | */ - 'debug' => env('APP_DEBUG', true), + 'debug' => env('APP_DEBUG', false), /* |-------------------------------------------------------------------------- @@ -58,6 +58,7 @@ return [ */ 'locale' => env('APP_LANG', 'en'), + 'locales' => ['en', 'de', 'es', 'fr', 'nl', 'pt_BR', 'sk', 'ja', 'pl'], /* |-------------------------------------------------------------------------- @@ -100,7 +101,7 @@ return [ | */ - 'log' => 'single', + 'log' => env('APP_LOGGING', 'single'), /* |-------------------------------------------------------------------------- @@ -139,7 +140,7 @@ return [ Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, Illuminate\Notifications\NotificationServiceProvider::class, - Laravel\Socialite\SocialiteServiceProvider::class, + SocialiteProviders\Manager\ServiceProvider::class, /** * Third Party