persistence/DD.Persistence.App/appsettings.Tests.json
Оля Бизюкова 42a7b2a35c
Some checks failed
Unit tests / test (push) Failing after 1m7s
правка
2024-12-17 14:11:32 +05:00

17 lines
380 B
JSON

{
"DbConnection": {
"Host": "localhost",
"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"
}