We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aab53c commit 908e6c1Copy full SHA for 908e6c1
symfony/mercure-bundle/0.1/config/packages/mercure.yaml
@@ -2,4 +2,4 @@ mercure:
2
hubs:
3
default:
4
url: '%env(MERCURE_PUBLISH_URL)%'
5
- jwt: '%env(MERCURE_JWT)%'
+ jwt: '%env(MERCURE_JWT_SECRET)%'
symfony/mercure-bundle/0.1/manifest.json
@@ -7,11 +7,11 @@
7
},
8
"container": {
9
"env(MERCURE_PUBLISH_URL)": "",
10
- "env(MERCURE_JWT)": ""
+ "env(MERCURE_JWT_SECRET)": ""
11
12
"env": {
13
"MERCURE_PUBLISH_URL": "https://demo.mercure.rocks/hub",
14
- "MERCURE_JWT": "your.JWT.token"
+ "MERCURE_JWT_SECRET": "#see https://mercure.rocks"
15
16
"aliases": ["mercure"]
17
}
0 commit comments