You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
579 B
22 lines
579 B
{
|
|
"username": "<USERNAME>",
|
|
"password": "<PASSWORD>",
|
|
"appId": "<APP_ID>",
|
|
"appSecret": "<APP_SECRET>",
|
|
"ssoUrl": "https://bvs-delta.qa.loc:8443",
|
|
"decortUrl": "https://delta.qa.loc",
|
|
"domain": "dynamix",
|
|
"token": {
|
|
"access_token": "string_token",
|
|
"token_type": "bearer",
|
|
"refresh_token": "string_refresh_token",
|
|
"expiry": "2023-11-24T12:40:27.954150524+03:00"
|
|
},
|
|
"retries": 5,
|
|
"sslSkipVerify": true,
|
|
"timeout": "5m",
|
|
"path_cfg": "config",
|
|
"path_token": "token",
|
|
"timeToRefresh": 5
|
|
}
|