aboutsummaryrefslogtreecommitdiff
path: root/pkg/atlas/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/atlas/config.go')
-rw-r--r--pkg/atlas/config.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go
index 4300d04..a416ff7 100644
--- a/pkg/atlas/config.go
+++ b/pkg/atlas/config.go
@@ -145,6 +145,11 @@ type Config struct {
// - file:/path/to/mainmenupromos.json
API0_MainMenuPromos string `env:"ATLAS_API0_MAINMENUPROMOS=none"`
+ // 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"`
+
// The email address to use for Origin login. If not provided, usernames are
// not resolved during authentication. If it begins with @, it is treated
// as the name of a systemd credential to load.