hrms-api-backend/BMA.EHR.Report.Service/appsettings.json
2023-07-12 21:50:11 +07:00

9 lines
142 B
JSON

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