Try to fix 3

This commit is contained in:
Frank
2026-01-11 16:00:43 +01:00
parent 34d89129ae
commit f3bf472bc6
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -18,7 +18,7 @@
APP_ENV=dev
APP_SECRET=695679907f9c3818e6924d547f872651
TRUSTED_PROXIES=127.0.0.1,172.20.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(localhost|127\.0.0\.1|172\.20\.0\.1)(:[0-9]+)?$
TRUSTED_HOSTS=^.*$
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###

View File

@@ -10,7 +10,7 @@ MAILER_DSN=sendgrid://SG.OAgmIx08Tx-xRp-31ra8Dw.z9iinQv4aXgUD9kOSepyujHvgZYBCean
###> symfony/framework-bundle ###
TRUSTED_PROXIES=127.0.0.1,172.20.0.1,172.20.0.0/16
TRUSTED_HOSTS=^(escapepage\.com|www\.escapepage\.com|localhost|127\.0.0\.1|172\.20\.0\.1)(:[0-9]+)?$
TRUSTED_HOSTS=^.*$
###< symfony/framework-bundle ###
###> mercure ###