diff --git a/consul/discovery.go b/consul/discovery.go index 254ea27..684be37 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -78,7 +78,7 @@ func (s *Service) Register() error { // }, }, Proxy: &consul.AgentServiceConnectProxyConfig{ - DestinationServiceName: s.Name, + DestinationServiceName: s.Name + "dupa", }, Check: &consul.AgentServiceCheck{ TTL: s.ttl.String(),