storagenode: use storj.io/dcs-satellites now

Change-Id: I4c791b37778757c77872f1c25744efa848a5fed3
This commit is contained in:
JT Olio 2021-06-17 21:46:11 -06:00 committed by Yingrong Zhao
parent 5f901c8066
commit 8fec48f310

View File

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