gog: set GOG_NEWSLETTER=1 to not unsubscribe newsletter, closes #109
This commit is contained in:
parent
9285af2544
commit
db5a98eb88
3 changed files with 3 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ export const cfg = {
|
|||
// auth gog
|
||||
gog_email: process.env.GOG_EMAIL || process.env.EMAIL,
|
||||
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...
|
||||
|
||||
// experimmental - likely to change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue