Use InMemory db driver at testing
This commit is contained in:
parent
3b4376a5f0
commit
95dec3636a
24 changed files with 474 additions and 139 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue