aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2024-07-07 12:26:02 -0400
committerpg9182 <96569817+pg9182@users.noreply.github.com>2024-07-07 12:26:02 -0400
commit668ff251e0dfd2b0f275998bfc645463b7e164b1 (patch)
treea8d9328260c25e8e2a322c5da5eb535128213f8f
parent8eb2772d94eaff6442af15e4475f6718dae6713a (diff)
downloadAtlas-668ff251e0dfd2b0f275998bfc645463b7e164b1.tar.gz
Atlas-668ff251e0dfd2b0f275998bfc645463b7e164b1.zip
pkg/atlas: Remove EAX config varsHEADmain
-rw-r--r--pkg/atlas/config.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go
index 07c88ac..4e2eadb 100644
--- a/pkg/atlas/config.go
+++ b/pkg/atlas/config.go
@@ -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"`