Files
ROLAC/API/ROLAC.API/appsettings.json
T
Chris Chen 4da8806bfc Init API
2026-05-25 17:38:23 -07:00

10 lines
142 B
JSON

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