mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-22 07:01:16 +03:00
14 lines
315 B
JSON
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"
|
|
}
|
|
}
|