File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 74
74
image : dunglas/mercure
75
75
env :
76
76
SERVER_NAME : :1337
77
- MERCURE_PUBLISHER_JWT_KEY : ' !ChangeMe!!ChangeMe!!ChangeMe!!ChangeMe !'
78
- MERCURE_SUBSCRIBER_JWT_KEY : ' !ChangeMe!!ChangeMe!!ChangeMe!!ChangeMe !'
77
+ MERCURE_PUBLISHER_JWT_KEY : ' !ChangeThisMercureHubJWTSecretKey !'
78
+ MERCURE_SUBSCRIBER_JWT_KEY : ' !ChangeThisMercureHubJWTSecretKey !'
79
79
MERCURE_EXTRA_DIRECTIVES : |
80
80
anonymous
81
81
cors_origins *
Original file line number Diff line number Diff line change @@ -559,13 +559,6 @@ public function getTestDetails(): \Generator
559
559
'http://127.0.0.1:1337/.well-known/mercure '
560
560
);
561
561
562
- // JWT Secrets needs to be at least 256 bits in length
563
- $ runner ->replaceInFile (
564
- '.env ' ,
565
- 'MERCURE_JWT_SECRET="!ChangeMe!" ' ,
566
- 'MERCURE_JWT_SECRET="!ChangeMe!!ChangeMe!!ChangeMe!!ChangeMe!" '
567
- );
568
-
569
562
$ runner ->runMaker ([
570
563
// entity class name
571
564
'User ' ,
You can’t perform that action at this time.
0 commit comments