AcaMate_API/appsettings.json
2024-11-04 14:46:04 +09:00

9 lines
141 B
JSON

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