Skip to content

Commit

Permalink
pkg/atlas: Remove EAX config vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pg9182 committed Jul 7, 2024
1 parent 8eb2772 commit 668ff25
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pkg/atlas/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,27 +165,6 @@ type Config struct {
// API0_MinimumLauncherVersion.
API0_MainMenuPromos_UpdateNeeded string `env:"ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED=none"`

// Sets the source used for resolving usernames. If not specified, "origin"
// is used if OriginEmail is provided, otherwise, "none" is used.
// - none (don't get usernames)
// - eax (get the username from EAX)
// - stryder (get the username from Stryder)
// - stryder-eax (get the username from Stryder, but fall back to EAX on failure)
// - 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"`
Expand Down

0 comments on commit 668ff25

Please sign in to comment.