diff --git a/internal/setup/setup.go b/internal/setup/setup.go index 2af6d465..a0c4d968 100644 --- a/internal/setup/setup.go +++ b/internal/setup/setup.go @@ -134,7 +134,7 @@ func (this *Setup) Run() error { httpConfig.IsOn = true httpConfig.Listen = []*serverconfigs.NetworkAddressConfig{ { - Protocol: "https", + Protocol: "http", PortRange: strconv.Itoa(this.config.APINodePort), }, }