persistence/DD.Persistence.App/appsettings.Tests.json
Оля Бизюкова 6ae10ed795
Some checks failed
Unit tests / test (push) Failing after 1m2s
порты
2024-12-17 15:24:50 +05:00

17 lines
380 B
JSON

{
"DbConnection": {
"Host": "127.0.0.1",
"Port": 5442,
"Username": "postgres",
"Password": "postgres"
},
"NeedUseKeyCloak": false,
"AuthUser": {
"username": "myuser",
"password": 12345,
"clientId": "webapi",
"grantType": "password"
},
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
}