From 2c797164e06d4e072a25bf3d31e632fb5ba6b1f1 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sun, 21 Jul 2024 21:00:49 +0200 Subject: [PATCH] consul registration update --- consul/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/discovery.go b/consul/discovery.go index 1a29de2..5dc32fd 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -85,7 +85,7 @@ func (s *Service) Register() error { Address: s.Address, Port: s.port, Tags: s.getTags(), - // Connect: &consul.AgentServiceConnect{Native: true}, + Connect: &consul.AgentServiceConnect{Native: true}, // Proxy: &consul.AgentServiceConnectProxyConfig{ // DestinationServiceName: s.Name, // },