diff --git a/consul/discovery.go b/consul/discovery.go index 684be37..c9615e9 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -77,9 +77,9 @@ func (s *Service) Register() error { // Port: s.port, // }, }, - Proxy: &consul.AgentServiceConnectProxyConfig{ - DestinationServiceName: s.Name + "dupa", - }, + // Proxy: &consul.AgentServiceConnectProxyConfig{ + // DestinationServiceName: s.Name + "dupa", + // }, Check: &consul.AgentServiceCheck{ TTL: s.ttl.String(), Status: "passing",