mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 09:01:18 +03:00
nice refactorings
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"UseInMemoryDatabase": true, //integration tests always with real database
|
||||
"ConnectionStrings": {
|
||||
"TestSqliteConnection": "Data Source=practicecalendar_test.sqlite"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user