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:
parent
9edfb6efe0
commit
c71f3a3f4a
@ -19,7 +19,7 @@ import (
|
|||||||
|
|
||||||
// Config contains the necessary Information to check the Software Version
|
// Config contains the necessary Information to check the Software Version
|
||||||
type Config struct {
|
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"`
|
RequestTimeout time.Duration `help:"Request timeout for version checks" default:"0h1m0s"`
|
||||||
CheckInterval time.Duration `help:"Interval to check the version" default:"0h15m0s"`
|
CheckInterval time.Duration `help:"Interval to check the version" default:"0h15m0s"`
|
||||||
}
|
}
|
||||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -350,4 +350,4 @@ server.private-address: 127.0.0.1:7778
|
|||||||
# version.request-timeout: 1m0s
|
# version.request-timeout: 1m0s
|
||||||
|
|
||||||
# server address to check its version against
|
# server address to check its version against
|
||||||
# version.server-address: https://version.alpha.storj.io
|
# version.server-address: https://version.storj.io
|
||||||
|
Loading…
Reference in New Issue
Block a user