diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go index 07c88ac..8d2cc84 100644 --- a/pkg/atlas/config.go +++ b/pkg/atlas/config.go @@ -174,18 +174,6 @@ type Config struct { // - stryder-eax-debug (get the username from Stryder, but also check EAX and warn if it's different) UsernameSource string `env:"ATLAS_USERNAMESOURCE"` - // Override the EAX EA App version. If specified, updates will not be - // checked automatically. - EAXUpdateVersion string `env:"EAX_UPDATE_VERSION"` - - // EAXUpdateInterval is the min interval at which to check for EA App - // updates. - EAXUpdateInterval time.Duration `env:"EAX_UPDATE_INTERVAL=24h"` - - // EAXUpdateBucket is the update bucket to use when checking for EA App - // updates. - EAXUpdateBucket int `env:"EAX_UPDATE_BUCKET=0"` - // Secret token for accessing internal metrics. If it begins with @, it is // treated as the name of a systemd credential to load. MetricsSecret string `env:"ATLAS_METRICS_SECRET" sdcreds:"load,trimspace"`