12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ForwardedHeaders": {
|
|
"DisableHttpsRedirection": "true"
|
|
}
|
|
}
|