GoHR_MobileApp_API/appsettings.json
2026-03-24 14:21:50 +06:00

10 lines
142 B
JSON

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