-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdatabase.json
More file actions
30 lines (30 loc) · 812 Bytes
/
Copy pathdatabase.json
File metadata and controls
30 lines (30 loc) · 812 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
30
{
"users": {
"123456789": {
"id": 123456789,
"username": "demo_user",
"first_name": "Demo User",
"created_at": "1703000000"
}
},
"proxies": {
"123456789": [
"193.233.118.40:61234:user552:r7jugq38",
"134.202.43.145:61234:user401:i5Jp8KCl",
"46.232.76.52:61234:user564:ZRyvOBsB"
]
},
"shopify_urls": {
"123456789": [
"https://1pvc.com/products/test-product?srsltid=AfmBOopaj04GssnH8CxFgNy4Wa0ogX0hML7tqRE47pGMKDi0wZ9XTVGu",
"https://halkab.com.au/products/journey-natural-perfume-oil"
]
},
"settings": {
"123456789": {
"active_shopify_url": "https://1pvc.com/products/test-product?srsltid=AfmBOopaj04GssnH8CxFgNy4Wa0ogX0hML7tqRE47pGMKDi0wZ9XTVGu",
"check_delay": 1000,
"max_concurrent": 5
}
}
}