fix: startup fixes

This commit is contained in:
Daniel Harvey
2026-05-26 12:54:39 -04:00
parent d41916c7b9
commit d2ef21066d
2 changed files with 4 additions and 10 deletions
+1 -5
View File
@@ -1,15 +1,11 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Default": "Information",
"Microsoft.AspNetCore": "Debug"
}
},
"AllowedHosts": "*",
"ApiUrls": {
"ContentApi": "http://localhost:12777/",
"SqlApi": "https://localhost:5002/"
},
"ForwardedHeaders": {
"DisableHttpsRedirection": "true"
}