shlink/config/autoload/mercure.global.php

14 lines
173 B
PHP
Raw Normal View History

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