Update for production

This commit is contained in:
Ryan Prather 2024-05-17 09:10:34 -04:00
parent 212021b261
commit 9277eb0cad

4
.env
View File

@ -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 ###