-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 969 Bytes
/
config.json
File metadata and controls
29 lines (29 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"active_profile": "Main_Account",
"profiles": [
{
"profile_name": "Main_Account",
"custom_url": "YOUR_CUSTOM_URL",
"cookies": {
"sessionid": "ENTER_YOUR_SESSIONID_VALUE_HERE",
"steamLoginSecure": "ENTER_YOUR_STEAMLOGINSECURE_VALUE_HERE",
"browserid": "ENTER_YOUR_BROWSERID_VALUE_HERE",
"steamCountry": "ENTER_YOUR_STEAMCOUNTRY_VALUE_HERE",
"steamparental": "ENTER_YOUR_STEAM_PARENTAL_VALUE_HERE"
}
},
{
"profile_name": "Another_Account",
"custom_url": "YOUR_OTHER_CUSTOM_URL",
"cookies": {
"sessionid": "ENTER_YOUR_SESSIONID_VALUE_HERE",
"steamLoginSecure": "ENTER_YOUR_STEAMLOGINSECURE_VALUE_HERE",
"browserid": "ENTER_YOUR_BROWSERID_VALUE_HERE",
"steamCountry": "ENTER_YOUR_STEAMCOUNTRY_VALUE_HERE",
"steamparental": "ENTER_YOUR_STEAM_PARENTAL_VALUE_HERE"
}
}
],
"max_retries": 5,
"initial_backoff_seconds": 5
}