v1.7.2
This commit is contained in:
@@ -6,7 +6,16 @@
|
||||
"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",
|
||||
"sslSkipVerify": false
|
||||
"path_cfg": "config",
|
||||
"path_token": "token",
|
||||
"timeToRefresh": 5
|
||||
}
|
||||
|
||||
@@ -4,7 +4,15 @@ appId: <APP_ID>
|
||||
appSecret: <APP_SECRET>
|
||||
ssoUrl: https://bvs-delta.qa.loc:8443
|
||||
decortUrl: https://delta.qa.loc
|
||||
domain: dynamix,
|
||||
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
|
||||
sslSkipVerify: false
|
||||
path_cfg: config
|
||||
path_token: token
|
||||
timeToRefresh: 5
|
||||
|
||||
Reference in New Issue
Block a user