Skip to content

Commit 1fabaa8

Browse files
fibbleilindsay
authored andcommitted
fix: replace inr/natreg config placeholders (#497)
* fix: replace inr/natreg config placeholders * fix: replace inr/natreg config placeholders
1 parent bb92341 commit 1fabaa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/api/config/autoload/config.global.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
'oauth2' => [
318318
'client_id' => '%olcs_txc_client_id%',
319319
'client_secret' => '%olcs_txc_client_secret%',
320-
'token_url' => '',
320+
'token_url' => '%olcs_txc_token_url%',
321321
'scope' => '%olcs_txc_scope%',
322322
'proxy' => 'http://%shd_proxy%',
323323
'service_name' => 'TransXchange',
@@ -343,7 +343,7 @@
343343
'nr' => [
344344
// @to-do currently waiting on the actual nr address
345345
'inr_service' => [
346-
'uri' => '',
346+
'uri' => '%olcs_natreg_uri%',
347347
'adapter' => Laminas\Http\Client\Adapter\Curl::class,
348348
'options' => [
349349
'sslcert' => '/opt/dvsa/inr/certs/inr_client_cert.pem',
@@ -359,7 +359,7 @@
359359
]
360360
],
361361
'repute_url' => [
362-
'uri' => ''
362+
'uri' => '%olcs_natreg_repute%'
363363
],
364364
],
365365

0 commit comments

Comments
 (0)