persistence/DD.Persistence.App/appsettings.Tests.json
Roman Efremov 89fe8a1807
All checks were successful
Unit tests / test (push) Successful in 2m30s
Фикс настроек
2025-01-20 09:09:07 +05:00

18 lines
410 B
JSON

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