From 9277eb0cad0f0503ee3cfaff3baac3db62f56e97 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 17 May 2024 09:10:34 -0400 Subject: [PATCH] Update for production --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 1ca5994..fc00d85 100644 --- a/.env +++ b/.env @@ -15,9 +15,9 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV=dev +APP_ENV=prod APP_SECRET=c9124e6a5434e81e428ab5236aa6259b -APP_DEBUG=1 +APP_DEBUG=0 ###< symfony/framework-bundle ### ###> doctrine/doctrine-bundle ###