shlink/config/autoload/mercure.local.php.dist
2024-02-29 10:16:41 +01:00

14 lines
257 B
Plaintext

<?php
declare(strict_types=1);
return [
'mercure' => [
'public_hub_url' => 'http://localhost:8002',
'internal_hub_url' => 'http://shlink_mercure_proxy',
'jwt_secret' => 'mercure_jwt_key_long_enough_to_avoid_error',
],
];