xbox: add config values
This commit is contained in:
parent
f0e15b5c7c
commit
acc337a4f9
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ export const cfg = {
|
|||
gog_password: process.env.GOG_PASSWORD || process.env.PASSWORD,
|
||||
gog_newsletter: process.env.GOG_NEWSLETTER == '1', // do not unsubscribe from newsletter after claiming a game
|
||||
// OTP only via GOG_EMAIL, can't add app...
|
||||
// auth xbox
|
||||
xbox_email: process.env.XBOX_EMAIL || process.env.EMAIL,
|
||||
xbox_password: process.env.XBOX_PASSWORD || process.env.PASSWORD,
|
||||
xbox_otpkey: process.env.XBOX_OTPKEY, // TODO unimplemented
|
||||
|
||||
// experimmental - likely to change
|
||||
pg_redeem: process.env.PG_REDEEM == '1', // prime-gaming: redeem keys on external stores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue