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:
Ralf Vogler 2023-02-23 12:38:26 +01:00
parent 38c5402df0
commit fc3f0a6333
3 changed files with 65 additions and 4 deletions

View file

@ -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
};