2020-03-14 14:19:16 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'mercure' => [
|
|
|
|
'public_hub_url' => 'http://localhost:3080',
|
|
|
|
'internal_hub_url' => 'http://shlink_mercure',
|
2020-04-12 05:21:05 -05:00
|
|
|
'jwt_secret' => 'mercure_jwt_key',
|
2020-03-14 14:19:16 -05:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|