mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
13 lines
230 B
Text
13 lines
230 B
Text
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'mercure' => [
|
|
'public_hub_url' => 'http://localhost:8001',
|
|
'internal_hub_url' => 'http://shlink_mercure_proxy',
|
|
'jwt_secret' => 'mercure_jwt_key',
|
|
],
|
|
|
|
];
|