Files
deepdrft/DeepDrftManager/appsettings.json
T
2026-05-25 04:04:59 -04:00

13 lines
208 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ForwardedHeaders": {
"DisableHttpsRedirection": false
}
}