Changes
This commit is contained in:
@@ -109,5 +109,27 @@
|
||||
"CvMatcherApi": {
|
||||
"BaseUrl": "",
|
||||
"InternalApiKey": ""
|
||||
},
|
||||
"RateLimiting": {
|
||||
"Global": {
|
||||
"PermitLimit": 120,
|
||||
"Window": "00:01:00",
|
||||
"QueueLimit": 0,
|
||||
"AutoReplenishment": true
|
||||
},
|
||||
"Policies": {
|
||||
"contact": {
|
||||
"PermitLimit": 5,
|
||||
"Window": "00:01:00",
|
||||
"QueueLimit": 0,
|
||||
"AutoReplenishment": true
|
||||
},
|
||||
"cv-matcher": {
|
||||
"PermitLimit": 10,
|
||||
"Window": "00:10:00",
|
||||
"QueueLimit": 0,
|
||||
"AutoReplenishment": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user