diff --git a/internal/version/service.go b/internal/version/service.go index 2d28969da..a3a2ef9ab 100644 --- a/internal/version/service.go +++ b/internal/version/service.go @@ -19,7 +19,7 @@ import ( // Config contains the necessary Information to check the Software Version type Config struct { - ServerAddress string `help:"server address to check its version against" default:"https://version.alpha.storj.io"` + ServerAddress string `help:"server address to check its version against" default:"https://version.storj.io"` RequestTimeout time.Duration `help:"Request timeout for version checks" default:"0h1m0s"` CheckInterval time.Duration `help:"Interval to check the version" default:"0h15m0s"` } diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index a2660e6b4..d8297c6e0 100644 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -350,4 +350,4 @@ server.private-address: 127.0.0.1:7778 # version.request-timeout: 1m0s # server address to check its version against -# version.server-address: https://version.alpha.storj.io +# version.server-address: https://version.storj.io