Files
agologum/api/appsettings.json
Blitblank 9aa0052531
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 4s
Build and Deploy API / build-and-deploy (push) Successful in 8s
explicitly set https port
2026-02-28 19:14:26 -06:00

11 lines
163 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"https_port": 443
}