mirror of
https://github.com/shlinkio/shlink.git
synced 2025-04-02 14:55:37 +03:00
15 lines
241 B
PHP
15 lines
241 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'mercure' => [
|
|
'public_hub_url' => null,
|
|
'internal_hub_url' => null,
|
|
'jwt_secret' => null,
|
|
'jwt_days_duration' => 5,
|
|
'jwt_issuer' => 'Shlink',
|
|
],
|
|
|
|
];
|