2024-11-25 10:09:38 +05:00
|
|
|
{
|
2024-11-14 15:17:43 +05:00
|
|
|
"DbConnection": {
|
|
|
|
"Host": "localhost",
|
|
|
|
"Port": 5432,
|
|
|
|
"Username": "postgres",
|
|
|
|
"Password": "q"
|
2024-11-21 11:41:53 +05:00
|
|
|
},
|
2024-11-25 10:09:38 +05:00
|
|
|
"NeedUseKeyCloak": false,
|
|
|
|
"AuthUser": {
|
2024-11-21 11:41:53 +05:00
|
|
|
"username": "myuser",
|
|
|
|
"password": 12345,
|
|
|
|
"clientId": "webapi",
|
|
|
|
"grantType": "password"
|
|
|
|
},
|
|
|
|
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
|
2024-11-14 15:17:43 +05:00
|
|
|
}
|