persistence/DD.Persistence.App/appsettings.Tests.json
Olga Nemt 1c62aa57b6
All checks were successful
Unit tests / test (push) Successful in 1m12s
правки
2024-12-20 12:19:36 +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"
}