17 lines
373 B
JSON
17 lines
373 B
JSON
{
|
|
"DbConnection": {
|
|
"Host": "localhost",
|
|
"Port": 5432,
|
|
"Username": "postgres",
|
|
"Password": "q"
|
|
},
|
|
"NeedUseKeyCloak": false,
|
|
"AuthUser": {
|
|
"username": "myuser",
|
|
"password": 12345,
|
|
"clientId": "webapi",
|
|
"grantType": "password"
|
|
},
|
|
"KeycloakGetTokenUrl": "http://192.168.0.10:8321/realms/Persistence/protocol/openid-connect/token"
|
|
}
|