Make mercure work correctly

This commit is contained in:
Frank van den Berg
2026-01-08 13:05:40 +01:00
parent 5eff66c24d
commit 229d55390d
3 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -3,4 +3,6 @@ mercure:
default:
url: '%env(MERCURE_URL)%'
public_url: '%env(MERCURE_PUBLIC_URL)%'
jwt: '%env(MERCURE_JWT_SECRET)%'
jwt:
secret: '%env(MERCURE_JWT_SECRET)%'
publish: ['*']