Skip to content

Commit

Permalink
Update accounts.json.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbel authored Aug 12, 2023
1 parent 530fe09 commit 95bf9fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions accounts.json.sample
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[
{
"username": "Your Email",
"password": "Your Password"
"username": "Your Email 1",
"password": "Your Password 1",
"proxy": "http://user:pass@host1:port"
},
{
"username": "Your Email",
"password": "Your Password"
"username": "Your Email 2",
"password": "Your Password 2",
"proxy": "http://user:pass@host2:port"
}
]

0 comments on commit 95bf9fb

Please sign in to comment.