migrate to postgresql

This commit is contained in:
Stanley Dimant 2022-08-01 00:48:21 +02:00
parent 0a4825fe78
commit 7a40eba295
34 changed files with 731 additions and 2793 deletions

View file

@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\SQLEXPRESS;Database=mare;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Host=localhost;Port=5432;Database=mare;Username=postgres"
},
"Logging": {
"LogLevel": {