File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ public function publish(Update $update): string
4848
4949 public function getUrl (): string
5050 {
51- return 'https://internal /.well-known/mercure ' ;
51+ return 'https://example.com /.well-known/mercure ' ;
5252 }
5353
5454 public function getPublicUrl (): string
5555 {
56- return 'https://internal /.well-known/mercure ' ;
56+ return 'https://example.com /.well-known/mercure ' ;
5757 }
5858
5959 public function getProvider (): TokenProviderInterface
Original file line number Diff line number Diff line change 11mercure :
22 hubs :
33 default :
4- url : ' https://internal /.well-known/mercure'
5- public_url : ' https://internal /.well-known/mercure'
4+ url : ' https://example.com /.well-known/mercure'
5+ public_url : ' https://example.com /.well-known/mercure'
66 jwt :
77 secret : ' ab0a54cf2375ab2368d97166b94e108c'
88 publish : ' *'
You can’t perform that action at this time.
0 commit comments