Spaces:
Sleeping
Sleeping
Create config.json
Browse files- config.json +28 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"keys": [
|
3 |
+
"key1",
|
4 |
+
"key2"
|
5 |
+
],
|
6 |
+
"accounts": [
|
7 |
+
{
|
8 |
+
"email": "[email protected]",
|
9 |
+
"password": "password1",
|
10 |
+
"token": ""
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"email": "[email protected]",
|
14 |
+
"password": "password2",
|
15 |
+
"token": ""
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"mobile": "12345678901",
|
19 |
+
"password": "password3",
|
20 |
+
"token": ""
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"mobile": "12345678901",
|
24 |
+
"password": "password4",
|
25 |
+
"token": ""
|
26 |
+
}
|
27 |
+
]
|
28 |
+
}
|