mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-01-03 17:43:39 +01:00
migrate to postgresql
This commit is contained in:
parent
0a4825fe78
commit
7a40eba295
34 changed files with 731 additions and 2793 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue