Files
whattoplay/config.local.json.example
2026-03-01 12:03:42 +01:00

24 lines
312 B
JSON

{
"steam": {
"apiKey": "YOUR_STEAM_API_KEY",
"steamId": "YOUR_STEAM_ID"
},
"gog": {
"userId": "",
"accessToken": ""
},
"epic": {
"email": "",
"method": "manual"
},
"amazon": {
"email": "",
"method": "manual"
},
"blizzard": {
"clientId": "",
"clientSecret": "",
"region": "eu"
}
}