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