shlink/config/autoload/mercure.global.php
2020-04-11 18:10:56 +02:00

13 lines
173 B
PHP

<?php
declare(strict_types=1);
return [
'mercure' => [
'public_hub_url' => null,
'internal_hub_url' => null,
'jwt_secret' => null,
],
];