16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": false
|
|
},
|
|
"Upload": {
|
|
"IdleTimeoutSeconds": 90,
|
|
"ResponseTimeoutSeconds": 1200
|
|
}
|
|
}
|