Use InMemory db driver at testing

This commit is contained in:
Paul Schneider 2026-05-28 22:18:26 +01:00
commit 95dec3636a
24 changed files with 474 additions and 139 deletions

View file

@ -39,7 +39,7 @@
}
},
"ConnectionStrings": {
"YavscConnection": "Server=localhost;Port=5432;Database=testingYavsc;Username=lame-Username;Password=lame-dbPassword;"
"YavscConnection": "InMemory"
},
"DataProtection": {
"Keys": {
@ -64,4 +64,4 @@
"Password": "f/\\kePassw0rd"
}
}
}
}