Files
deepdrft/DeepDrftPublic/appsettings.json
T
2026-05-26 12:54:39 -04:00

13 lines
207 B
JSON

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