diff --git a/internal/http/proxy/proxy.go b/internal/http/proxy/proxy.go index b646727..a7ede75 100644 --- a/internal/http/proxy/proxy.go +++ b/internal/http/proxy/proxy.go @@ -17,7 +17,7 @@ import ( type Config struct { Timeout time.Duration `yaml:"timeout"` KeepAlive time.Duration `yaml:"keep_alive"` - Host string `/localhost:8081" yaml:"host"` + Host string `yaml:"host"` Tracing TracingConfig `yaml:"tracing"` }