File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ MERCURE_URL=https://ux.symfony.com/.well-known/mercure
25
25
# The public URL of the Mercure hub, used by the browser to connect
26
26
MERCURE_PUBLIC_URL = https://ux.symfony.com/.well-known/mercure
27
27
# The secret used to sign the JWTs
28
- MERCURE_JWT_SECRET = " !ChangeMe!"
28
+ MERCURE_JWT_SECRET = " !ChangeMe!+MAKE_THE_KEY_LONG_ENOUGH "
29
29
# ##< symfony/mercure-bundle ###
30
30
31
31
# ##> doctrine/doctrine-bundle ###
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ services:
7
7
restart : unless-stopped
8
8
environment :
9
9
SERVER_NAME : ' :80'
10
- MERCURE_PUBLISHER_JWT_KEY : ' !ChangeMe!'
11
- MERCURE_SUBSCRIBER_JWT_KEY : ' !ChangeMe!'
10
+ MERCURE_PUBLISHER_JWT_KEY : ' !ChangeMe!+MAKE_THE_KEY_LONG_ENOUGH '
11
+ MERCURE_SUBSCRIBER_JWT_KEY : ' !ChangeMe!+MAKE_THE_KEY_LONG_ENOUGH '
12
12
# Set the URL of your Symfony project (without trailing slash!) as value of the cors_origins directive
13
13
MERCURE_EXTRA_DIRECTIVES : |
14
14
cors_origins https://127.0.0.1:9044
You can’t perform that action at this time.
0 commit comments