pg: PG_REDEEM == '1' like for other boolean options
This commit is contained in:
parent
792d2859b3
commit
e73d3d47d7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ export const cfg = {
|
||||||
// OTP only via GOG_EMAIL, can't add app...
|
// OTP only via GOG_EMAIL, can't add app...
|
||||||
|
|
||||||
// experimmental - likely to change
|
// experimmental - likely to change
|
||||||
pg_redeem: process.env.PG_REDEEM, // prime-gaming: redeem keys on external stores
|
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