From 120c00ecda0107fa509fe5bf91f5060f8726a14f Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Thu, 30 May 2024 00:44:48 -0400 Subject: [PATCH] Attempt to fix deployment Per #377 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 907840e..9dc7e99 100644 --- a/.env +++ b/.env @@ -15,7 +15,7 @@ # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration ###> symfony/framework-bundle ### -APP_ENV=dev +APP_ENV=prod APP_SECRET=c55366de7d2b4845909b31d21b076b40 #TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 #TRUSTED_HOSTS='^localhost|example\.com$'