fix appsettings.Tests.json

This commit is contained in:
ngfrolov 2024-03-13 14:21:40 +05:00
parent b2ad36a303
commit cc69ff832c
Signed by untrusted user who does not match committer: ng.frolov
GPG Key ID: E99907A0357B29A7

View File

@ -1,8 +1,8 @@
{ {
"DbConnection": { "DbConnection": {
"Host": "localhost", "Host": "localhost",
"Port": 5433, "Port": 5432,
"Username": "postgres", "Username": "postgres",
"Password": "root" "Password": "q"
} }
} }