persistence/DD.Persistence.App/appsettings.Tests.json
Roman Efremov 95859f3d60
Some checks failed
Unit tests / test (push) Failing after 54s
Фикс настроек
2025-01-22 16:30:32 +05:00

18 lines
403 B
JSON

{
"DbConnection": {
"Host": "postgres",
"Port": 5432,
"Database": "persistence",
"Username": "postgres",
"Password": "q"
},
"NeedUseKeyCloak": false,
"AuthUser": {
"username": "myuser",
"password": 12345,
"clientId": "webapi",
"grantType": "password"
},
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
}