mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 01:16:23 -06:00
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'mercure' => [
|
|
'public_hub_url' => 'http://localhost:3080',
|
|
'internal_hub_url' => 'http://shlink_mercure',
|
|
'jwt_secret' => 'super_secret_key',
|
|
],
|
|
|
|
];
|