X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/4e71a5a47b97bee59b8afff98b510c4d0d7ead15..refs/pull/494/head:/config/app.php diff --git a/config/app.php b/config/app.php index b730e6303..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'), /* |--------------------------------------------------------------------------