File tree 1 file changed +3
-3
lines changed
symfony/mercure-bundle/0.3
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
"#3" : " The public URL of the Mercure hub, used by the browser to connect" ,
13
13
"MERCURE_PUBLIC_URL" : " https://example.com/.well-known/mercure" ,
14
14
"#4" : " The secret used to sign the JWTs" ,
15
- "MERCURE_JWT_SECRET" : " !MUST_CHANGE_THIS_SECRET_JWT_KEY !"
15
+ "MERCURE_JWT_SECRET" : " !ChangeThisMercureHubJWTSecretKey !"
16
16
},
17
17
"docker-compose" : {
18
18
"docker-compose.yml" : {
22
22
" restart: unless-stopped" ,
23
23
" environment:" ,
24
24
" 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 !'" ,
27
27
" # Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive" ,
28
28
" MERCURE_EXTRA_DIRECTIVES: |" ,
29
29
" cors_origins http://127.0.0.1:8000" ,
You can’t perform that action at this time.
0 commit comments