File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
symfony/mercure-bundle/0.1 Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
hubs :
3
3
default :
4
4
url : ' %env(MERCURE_PUBLISH_URL)%'
5
- jwt : ' %env(MERCURE_JWT_SECRET )%'
5
+ jwt : ' %env(MERCURE_JWT_TOKEN )%'
Original file line number Diff line number Diff line change 5
5
"copy-from-recipe" : {
6
6
"config/" : " %CONFIG_DIR%/"
7
7
},
8
- "container" : {
9
- "env(MERCURE_PUBLISH_URL)" : " " ,
10
- "env(MERCURE_JWT_SECRET)" : " "
11
- },
12
8
"env" : {
13
9
"#1" : " See https://symfony.com/doc/current/mercure.html#configuration" ,
14
10
"MERCURE_PUBLISH_URL" : " http://mercure/hub" ,
15
- "MERCURE_JWT_SECRET" : " eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0"
11
+ "#2" : " The default token is signed with the secret key: !ChangeMe!" ,
12
+ "MERCURE_JWT_TOKEN" : " eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0"
16
13
},
17
14
"docker-compose" : {
18
15
"services" : [
You can’t perform that action at this time.
0 commit comments