Apigateway/ApiGateway/Routes/ocelot.global.json

10 lines
203 B
JSON
Raw Normal View History

2022-11-02 11:31:23 -05:00
{
"GlobalConfiguration": {
//"BaseUrl": "https://localhost:8021",
"RateLimitOptions": {
"QuotaExceededMessage": "Request excedidos",
"HttpStatusCode": 909 //429 default
}
}
}