storagenode: use storj.io/dcs-satellites now
Change-Id: I4c791b37778757c77872f1c25744efa848a5fed3
This commit is contained in:
parent
5f901c8066
commit
8fec48f310
@ -12,7 +12,7 @@ import (
|
||||
|
||||
// Config is the trust configuration.
|
||||
type Config struct {
|
||||
Sources Sources `help:"list of trust sources" devDefault:"" releaseDefault:"https://tardigrade.io/trusted-satellites"`
|
||||
Sources Sources `help:"list of trust sources" devDefault:"" releaseDefault:"https://www.storj.io/dcs-satellites"`
|
||||
Exclusions Exclusions `help:"list of trust exclusions" devDefault:"" releaseDefault:""`
|
||||
RefreshInterval time.Duration `help:"how often the trust pool should be refreshed" default:"6h"`
|
||||
CachePath string `help:"file path where trust lists should be cached" default:"${CONFDIR}/trust-cache.json"`
|
||||
|
Loading…
Reference in New Issue
Block a user