2020-03-14 14:19:16 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'mercure' => [
|
|
|
|
'public_hub_url' => null,
|
|
|
|
'internal_hub_url' => null,
|
|
|
|
'jwt_secret' => null,
|
2020-04-12 05:21:05 -05:00
|
|
|
'jwt_days_duration' => 5,
|
|
|
|
'jwt_issuer' => 'Shlink',
|
2020-03-14 14:19:16 -05:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|