Files
a4PaperHolder/a4PaperHolder/appsettings.json
2025-05-13 14:33:25 +09:00

10 lines
142 B
JSON

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