persistence/DD.Persistence.App/appsettings.Tests.json

18 lines
410 B
JSON
Raw Permalink Normal View History

{
"DbConnection": {
"Host": "postgres",
2024-12-18 12:06:35 +05:00
"Port": 5432,
2024-12-18 12:51:04 +05:00
"Database": "persistence",
"Username": "postgres",
2024-12-17 13:05:45 +05:00
"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"
}