forked from 1e0n/droid2api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.example.json
More file actions
42 lines (42 loc) · 862 Bytes
/
Copy pathkeys.example.json
File metadata and controls
42 lines (42 loc) · 862 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"strategy": "round-robin",
"health_check_interval": 300000,
"retry_attempts": 3,
"keys": [
{
"id": "key-1",
"api_key": "factory_api_key_xxxxx_account1",
"quota": 20000000,
"weight": 1,
"enabled": true
},
{
"id": "key-2",
"api_key": "factory_api_key_xxxxx_account2",
"quota": 20000000,
"weight": 1,
"enabled": true
},
{
"id": "key-3",
"api_key": "factory_api_key_xxxxx_account3",
"quota": 20000000,
"weight": 1,
"enabled": true
},
{
"id": "key-4",
"api_key": "factory_api_key_xxxxx_account4",
"quota": 20000000,
"weight": 2,
"enabled": true
},
{
"id": "key-5",
"api_key": "factory_api_key_xxxxx_account5",
"quota": 20000000,
"weight": 1,
"enabled": false
}
]
}