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

18 lines
411 B
JSON
Raw Normal View History

{
"DbConnection": {
2025-02-13 17:57:43 +05:00
"Host": "localhost",
"Port": 5462,
2024-12-18 12:51:04 +05:00
"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"
}