Files
jobtrackingapp/JobTrackerApi/bin_build/Debug/net9.0/appsettings.json
T
2026-03-21 11:55:27 +01:00

14 lines
211 B
JSON

{
"HttpsRedirection": {
"Enabled": false,
"Hsts": false
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}