forked from Hrithikd/Pokemon-Go-Farm-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 865 Bytes
/
config.json
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
{"accounts" :
[{
"auth_service": "google",
"username": "[email protected]",
"password": "password",
"location": "Irvine, CA",
"USE_GOOGLE": true,
"GMAPS_API_KEY": "INSERT_API_KEY_HERE",
"MIN_KEEP_IV" : 50,
"KEEP_CP_OVER": 500,
"RELEASE_DUPLICATE": false,
"DUPLICATE_CP_FOREGIVENESS": 0.90,
"STEP_SIZE": 100,
"RETURN_START_INTERVAL": 20
},
{ "auth_service": "ptc",
"username": "USERNAME_HERE",
"password": "PASSWORD_HERE",
"location": "Irvine, CA",
"USE_GOOGLE": true,
"GMAPS_API_KEY": "INSERT_API_KEY_HERE",
"MIN_KEEP_IV" : 50,
"KEEP_CP_OVER": 200,
"RELEASE_DUPLICATE": false,
"DUPLICATE_CP_FOREGIVENESS": 0.90,
"STEP_SIZE": 100,
"RETURN_START_INTERVAL": 20
}
]}