правка appsettings.json
All checks were successful
Unit tests / test (push) Successful in 1m5s

This commit is contained in:
Olga Nemt 2024-12-23 17:35:47 +05:00
parent 234fc2fc74
commit 9a85e21b22

View File

@ -6,7 +6,7 @@
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
"DefaultConnection": "Host=localhost;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
},
"AllowedHosts": "*",
"NeedUseKeyCloak": false,