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

18 lines
403 B
JSON
Raw 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"
2023-08-18 16:14:41 -05:00
},
"ConnectionStrings": {
"EmployeeConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
2023-08-15 22:52:30 -05:00
}
}