From 6c29477f03a7432bf0eb5116050be405e0b2a996 Mon Sep 17 00:00:00 2001 From: pg9182 <96569817+pg9182@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:24:50 -0500 Subject: pkg/atlas: Set default ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED to none This makes an empty config work again after 440acd2442215f4edc9f82e881adcf10be728879. --- pkg/atlas/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go index a416ff7..e8a42c9 100644 --- a/pkg/atlas/config.go +++ b/pkg/atlas/config.go @@ -148,7 +148,7 @@ type Config struct { // If provided, the mainmenupromos will be merged with the provided source // (same syntax as API0_MAINEMENUPROMOS) if the client is older than the // API0_MinimumLauncherVersion. - API0_MainMenuPromos_UpdateNeeded string `env:"ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED"` + API0_MainMenuPromos_UpdateNeeded string `env:"ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED=none"` // The email address to use for Origin login. If not provided, usernames are // not resolved during authentication. If it begins with @, it is treated -- cgit v1.2.3