internal/version: Change default endpoint to query (#3126)

* change default domain name

change default domain name to point to the new version control

* Update satellite-config.yaml.lock
This commit is contained in:
Stefan Benten 2019-09-25 22:55:38 +02:00 committed by littleskunk
parent 9edfb6efe0
commit c71f3a3f4a
2 changed files with 2 additions and 2 deletions

View File

@ -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"`
}

View File

@ -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