Improved mercure-related configs

This commit is contained in:
Alejandro Celaya
2020-04-12 12:21:05 +02:00
parent 69962f1fe8
commit 85440c1c5f
5 changed files with 5 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ return [
'public_hub_url' => null,
'internal_hub_url' => null,
'jwt_secret' => null,
'jwt_days_duration' => 5,
'jwt_issuer' => 'Shlink',
],
];

View File

@@ -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',
],
];