Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBotter authored Jul 26, 2016
1 parent 140a691 commit 057c1d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{"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,
"STEP_SIZE": 100
},
{ "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,
"STEP_SIZE": 100
}
]}

0 comments on commit 057c1d0

Please sign in to comment.