persistence/DD.Persistence.App/appsettings.Tests.json
Оля Бизюкова 6593acbc20
Some checks failed
Unit tests / test (push) Failing after 1m1s
Новая фабрика рефит-клиентов (RefitClientFactory).
Работает пока только для ChangeLog
2024-12-26 13:42:14 +05:00

18 lines
411 B
JSON

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