mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Configured an nginx container acting as a reverse proxy for the mercure container
This commit is contained in:
@@ -5,8 +5,8 @@ declare(strict_types=1);
|
||||
return [
|
||||
|
||||
'mercure' => [
|
||||
'public_hub_url' => 'http://localhost:3080',
|
||||
'internal_hub_url' => 'http://shlink_mercure',
|
||||
'public_hub_url' => 'http://localhost:8001',
|
||||
'internal_hub_url' => 'http://shlink_mercure_proxy',
|
||||
'jwt_secret' => 'mercure_jwt_key',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user