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

13 lines
311 B
JSON
Raw Normal View History

2023-08-15 22:52:30 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2023-08-18 16:14:41 -05:00
"AllowedHosts": "*",
"ConnectionStrings": {
"LocationConnection": "Server=DESKTOP-OF5DPLQ\\SQLEXPRESS;Database=da_survey_dev;Trusted_Connection=True;TrustServerCertificate=True;"
}
2023-08-15 22:52:30 -05:00
}