pg: PG_REDEEM for external stores, post your response in #5
Known responses (missing unused key): - GOG: `Invalid or no captcha`, `code_used`, `code_not_found` - microsoft games: `NotFound`
This commit is contained in:
parent
38c5402df0
commit
fc3f0a6333
3 changed files with 65 additions and 4 deletions
|
|
@ -33,4 +33,7 @@ export const cfg = {
|
|||
gog_email: process.env.GOG_EMAIL || process.env.EMAIL,
|
||||
gog_password: process.env.GOG_PASSWORD || process.env.PASSWORD,
|
||||
// OTP only via GOG_EMAIL, can't add app...
|
||||
|
||||
// experimmental - likely to change
|
||||
pg_redeem: process.env.PG_REDEEM, // prime-gaming: redeem keys on external stores
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue