hrms-api-report-v1/appsettings.json
Suphonchai Phoonsawat 5cfdd1561d first commit
2023-04-16 17:59:59 +07:00

9 lines
142 B
JSON

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