shlink/config/autoload/mercure.global.php

16 lines
241 B
PHP
Raw Normal View History

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