mirror of
https://github.com/yawaflua/SkinsApi.git
synced 2025-12-08 19:39:29 +02:00
26 lines
458 B
JSON
26 lines
458 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"IpRateLimiting": {
|
|
"EnableEndpointRateLimiting": true,
|
|
"StackBlockedRequests": false,
|
|
"RealIpHeader": "X-Real-IP",
|
|
"ClientIdHeader": "X-ClientId",
|
|
"HttpStatusCode": 429,
|
|
"GeneralRules": [
|
|
{
|
|
"Endpoint": "*",
|
|
"Period": "1m",
|
|
"Limit": 20
|
|
}
|
|
]
|
|
|
|
}
|
|
}
|