Files
SystemX.Web/Projects/VPKI/VPKI/VPKI.Web.Api/appsettings.json
2025-04-24 15:42:47 +09:00

10 lines
142 B
JSON

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