Skip to content

Commit d98a2fb

Browse files
committed
Change secret to match patched Mercure version 0.14.1
1 parent cd1e374 commit d98a2fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symfony/mercure-bundle/0.3/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"#3": "The public URL of the Mercure hub, used by the browser to connect",
1313
"MERCURE_PUBLIC_URL": "https://example.com/.well-known/mercure",
1414
"#4": "The secret used to sign the JWTs",
15-
"MERCURE_JWT_SECRET": "!MUST_CHANGE_THIS_SECRET_JWT_KEY!"
15+
"MERCURE_JWT_SECRET": "!ChangeThisMercureHubJWTSecretKey!"
1616
},
1717
"docker-compose": {
1818
"docker-compose.yml": {
@@ -22,8 +22,8 @@
2222
" restart: unless-stopped",
2323
" environment:",
2424
" SERVER_NAME: ':80'",
25-
" MERCURE_PUBLISHER_JWT_KEY: '!MUST_CHANGE_THIS_SECRET_JWT_KEY!'",
26-
" MERCURE_SUBSCRIBER_JWT_KEY: '!MUST_CHANGE_THIS_SECRET_JWT_KEY!'",
25+
" MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'",
26+
" MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'",
2727
" # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive",
2828
" MERCURE_EXTRA_DIRECTIVES: |",
2929
" cors_origins http://127.0.0.1:8000",

0 commit comments

Comments
 (0)