fix: .env.example CORS_ALLOW_ORIGIN
All checks were successful
Build and Deploy / deploy (push) Successful in 50s

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2026-02-11 16:06:01 +01:00
parent 20f1211d5b
commit 74e321bc50

View File

@@ -32,3 +32,4 @@ MERCURE_PUBLIC_URL=https://example.com/.well-known/mercure
# The secret used to sign the JWTs
MERCURE_JWT_SECRET="!ChangeThisMercureHubJWTSecretKey!"
###< symfony/mercure-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'