mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Improved mercure-related configs
This commit is contained in:
@@ -8,6 +8,8 @@ return [
|
||||
'public_hub_url' => null,
|
||||
'internal_hub_url' => null,
|
||||
'jwt_secret' => null,
|
||||
'jwt_days_duration' => 5,
|
||||
'jwt_issuer' => 'Shlink',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -7,7 +7,7 @@ return [
|
||||
'mercure' => [
|
||||
'public_hub_url' => 'http://localhost:3080',
|
||||
'internal_hub_url' => 'http://shlink_mercure',
|
||||
'jwt_secret' => 'super_secret_key',
|
||||
'jwt_secret' => 'mercure_jwt_key',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user