24 lines
312 B
JSON
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"
|
|
}
|
|
}
|