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