persistence/DD.Persistence.App/appsettings.Tests.json
Оля Бизюкова 7f59304631
Some checks failed
Unit tests / test (push) Failing after 1m19s
Попытка дать длинное название postgres-сервису
2024-12-19 09:12:39 +05:00

18 lines
441 B
JSON

{
"DbConnection": {
"Host": "postgres_test_12345678987654321_qqq_www",
"Port": 5432,
"Database": "persistence",
"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"
}