persistence/DD.Persistence.App/appsettings.Tests.json
Olga Nemt 25a631a42d
Some checks failed
Run Tests / run_tests (push) Failing after 1m38s
Проверка тестов
2024-12-18 12:51:04 +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"
}