Apigateway/ApiGateway/Routes/ocelot.global.json

10 lines
211 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
//}
2022-11-02 11:31:23 -05:00
}
}