This commit is contained in:
TheNetsky
2023-10-19 22:09:05 +02:00
parent 2366a3dd7f
commit e195f973cd
15 changed files with 81 additions and 34 deletions

View File

@@ -1,10 +1,22 @@
[
{
"email": "email_1",
"password": "password_1"
"password": "password_1",
"proxy": {
"url": "",
"port": 0,
"username": "",
"password": ""
}
},
{
"email": "email_2",
"password": "password_2"
"password": "password_2",
"proxy": {
"url": "",
"port": 0,
"username": "",
"password": ""
}
}
]