DamageAssessment_Backend/DamageAssesmentApi/DamageAssesment.Api.Questions/appsettings.json
2023-08-18 17:14:41 -04:00

13 lines
311 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"QuestionConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
}
}