consul https temp fix
This commit is contained in:
parent
49f552bf68
commit
30c45b4503
@ -61,7 +61,7 @@ func (s *Service) GetID() string {
|
||||
}
|
||||
|
||||
func (s *Service) GetFullAddr() string {
|
||||
return fmt.Sprintf("https://%s:%d/", s.domain, s.port)
|
||||
return fmt.Sprintf("http://%s:%d/", s.domain, s.port)
|
||||
}
|
||||
|
||||
func (s *Service) Register() error {
|
||||
|
Loading…
Reference in New Issue
Block a user