Пароль для DbConnection
Some checks failed
Unit tests / test (push) Failing after 1m5s

This commit is contained in:
Оля Бизюкова 2024-12-17 13:05:45 +05:00
parent dfe3728a93
commit 41824e8595
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"Host": "localhost",
"Port": 5432,
"Username": "postgres",
"Password": "q"
"Password": "postgres"
},
"NeedUseKeyCloak": false,
"AuthUser": {

View File

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