persistence/DD.Persistence.App/appsettings.Tests.json
Olga Nemt 833ca83a61
Some checks failed
Unit tests / test (push) Failing after 1m30s
правка
2024-12-18 10:35:12 +05:00

17 lines
404 B
JSON

{
"DbConnection": {
"Host": "persistence-cicd-test-postgres-db",
"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"
}