File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 317
317
'oauth2 ' => [
318
318
'client_id ' => '%olcs_txc_client_id% ' ,
319
319
'client_secret ' => '%olcs_txc_client_secret% ' ,
320
- 'token_url ' => '' ,
320
+ 'token_url ' => '%olcs_txc_token_url% ' ,
321
321
'scope ' => '%olcs_txc_scope% ' ,
322
322
'proxy ' => 'http://%shd_proxy% ' ,
323
323
'service_name ' => 'TransXchange ' ,
343
343
'nr ' => [
344
344
// @to-do currently waiting on the actual nr address
345
345
'inr_service ' => [
346
- 'uri ' => '' ,
346
+ 'uri ' => '%olcs_natreg_uri% ' ,
347
347
'adapter ' => Laminas \Http \Client \Adapter \Curl::class,
348
348
'options ' => [
349
349
'sslcert ' => '/opt/dvsa/inr/certs/inr_client_cert.pem ' ,
359
359
]
360
360
],
361
361
'repute_url ' => [
362
- 'uri ' => ''
362
+ 'uri ' => '%olcs_natreg_repute% '
363
363
],
364
364
],
365
365
You can’t perform that action at this time.
0 commit comments