survey-webapp/SurveyBackend/SurveyBackend.API/appsettings.Development.json

11 lines
203 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=Application.db"
}
}