DamageAssessment_Backend/DamageAssesmentApi/DamageAssesment.Api.Employees/appsettings.json
2023-08-15 23:52:30 -04:00

15 lines
234 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"settings": {
"endpoint1": "xxx",
"endpoint2": "xxx",
"endpoint3": "xxx"
}
}