changed to Pomelo.EntityFrameworkCore.MySql for release version
This commit is contained in:
parent
f9ad0ee515
commit
8137b1ca6a
5 changed files with 20 additions and 3 deletions
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"LiebContext": "Server=(localdb)\\mssqllocaldb;Database=LiebContext-f9dae0eb-8d5c-495d-ab99-da7951e0638b;Trusted_Connection=True;MultipleActiveResultSets=true"
|
||||
"LiebContext": "Server=liebdb;Database=LiebContext;Uid=root;Pwd=my-secret-pw;"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue