From 3497a28d429897bb9f349a15e287703e8b803218 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 4 Aug 2023 18:34:56 +0200 Subject: [PATCH] Set default env --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 6974104..6507377 100644 --- a/.env +++ b/.env @@ -15,6 +15,6 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV= -APP_SECRET= +APP_ENV=dev +APP_SECRET=Ch4ng3m3! ###< symfony/framework-bundle ### -- 2.41.0