mirror of
https://github.com/ar0x4/azproxy/
synced 2026-06-28 15:09:58 +00:00
25 lines
463 B
JSON
25 lines
463 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"applicationInsights": {
|
|
"samplingSettings": {
|
|
"isEnabled": false
|
|
}
|
|
},
|
|
"logLevel": {
|
|
"default": "Warning",
|
|
"Host.Results": "Error",
|
|
"Function": "Warning",
|
|
"Host.Aggregator": "Error"
|
|
}
|
|
},
|
|
"extensions": {
|
|
"http": {
|
|
"routePrefix": "api",
|
|
"maxConcurrentRequests": 100,
|
|
"maxOutstandingRequests": 200
|
|
}
|
|
},
|
|
"functionTimeout": "00:00:30"
|
|
}
|