DamageAssessment_Backend/DamageAssesmentApi/DamageAssesment.Api.Employees/appsettings.json

15 lines
234 B
JSON
Raw Permalink Normal View History

2023-08-15 22:52:30 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"settings": {
"endpoint1": "xxx",
"endpoint2": "xxx",
"endpoint3": "xxx"
}
}