* Format and fix sonar issues
This commit is contained in:
parent
16cb194216
commit
617229f659
3 changed files with 35 additions and 43 deletions
|
|
@ -51,7 +51,7 @@ export const cfg = {
|
|||
|
||||
steam_username: process.env.STEAM_USERNAME,
|
||||
steam_password: process.env.STEAM_PASSWORD || process.env.PASSWORD,
|
||||
steam_json: false || process.env.STEAM_JSON == '1',
|
||||
steam_json: process.env.STEAM_JSON == '1',
|
||||
steam_json_url: process.env.STEAM_JSON_URL || 'https://raw.githubusercontent.com/vogler/free-games-claimer/main/steam-games.json',
|
||||
steam_gamerpower: true || process.env.STEAM_GAMERPOWER == '1',
|
||||
steam_gamerpower: process.env.STEAM_GAMERPOWER == '1',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue