Files
deepdrft/DeepDrftPublic/appsettings.json
T
2026-06-04 20:08:28 -04:00

13 lines
209 B
JSON

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