Files
PracticeCalendar/PracticeCalendar.UnitTests/appsettings.json
T
2022-10-10 03:17:14 +03:00

14 lines
315 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"UseInMemoryDatabase": true, //integration tests always with real database
"ConnectionStrings": {
"TestSqliteConnection": "Data Source=practicecalendar_test.sqlite"
}
}