diff --git a/app/Services/Installer/ConfigService.php b/app/Services/Installer/ConfigService.php index bbaf8a29..8a06748c 100644 --- a/app/Services/Installer/ConfigService.php +++ b/app/Services/Installer/ConfigService.php @@ -16,7 +16,7 @@ use Symfony\Component\HttpFoundation\File\Exception\FileException; class ConfigService extends Service { protected static $defaultValues = [ - 'APP_ENV' => 'dev', + 'APP_ENV' => 'prod', 'APP_KEY' => '', 'APP_DEBUG' => true, 'APP_LOCALE' => 'en',