Updated framework-bundle recipe

This commit is contained in:
Jan Böhmer 2025-07-13 16:40:14 +02:00
parent a58fcd94dd
commit 6137065b4e
7 changed files with 31 additions and 16 deletions

8
.env
View file

@ -133,9 +133,6 @@ REDIRECT_TO_HTTPS=0
# When this is empty the content of config/banner.md is used as banner
BANNER=""
APP_ENV=prod
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849
# Set this to zero, if you want to disable the year 2038 bug check on 32-bit systems (it will cause errors with current 32-bit PHP versions)
DISABLE_YEAR2038_BUG_CHECK=0
@ -153,3 +150,8 @@ LOCK_DSN=flock
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###
###> symfony/framework-bundle ###
APP_ENV=prod
APP_SECRET=
###< symfony/framework-bundle ###