shlink/config/autoload/mercure.local.php.dist
2020-04-12 12:21:05 +02:00

14 lines
224 B
Plaintext

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