AcaMate_API/appsettings.json
2025-02-25 22:39:51 +09:00

9 lines
137 B
JSON

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