diff --git a/config/autoload/rabbit.local.php.dist b/config/autoload/rabbit.local.php.dist index b758528e..d19f82c6 100644 --- a/config/autoload/rabbit.local.php.dist +++ b/config/autoload/rabbit.local.php.dist @@ -7,7 +7,7 @@ return [ 'rabbitmq' => [ 'enabled' => true, 'host' => 'shlink_rabbitmq', - 'port' => '5673', + 'port' => '5672', 'user' => 'rabbit', 'password' => 'rabbit', ],