From 2b7d1a6dec3f2644967d07bd819d0a4597fce325 Mon Sep 17 00:00:00 2001 From: Andrew Newton Date: Wed, 4 Dec 2024 12:22:35 +0000 Subject: [PATCH] fix: replace inr/natreg config placeholders (#497) * fix: replace inr/natreg config placeholders * fix: replace inr/natreg config placeholders --- app/api/config/autoload/config.global.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/api/config/autoload/config.global.php b/app/api/config/autoload/config.global.php index 092db4f1bc..5cf7e3c951 100644 --- a/app/api/config/autoload/config.global.php +++ b/app/api/config/autoload/config.global.php @@ -317,7 +317,7 @@ 'oauth2' => [ 'client_id' => '%olcs_txc_client_id%', 'client_secret' => '%olcs_txc_client_secret%', - 'token_url' => '', + 'token_url' => '%olcs_txc_token_url%', 'scope' => '%olcs_txc_scope%', 'proxy' => 'http://%shd_proxy%', 'service_name' => 'TransXchange', @@ -343,7 +343,7 @@ 'nr' => [ // @to-do currently waiting on the actual nr address 'inr_service' => [ - 'uri' => '', + 'uri' => '%olcs_natreg_uri%', 'adapter' => Laminas\Http\Client\Adapter\Curl::class, 'options' => [ 'sslcert' => '/opt/dvsa/inr/certs/inr_client_cert.pem', @@ -359,7 +359,7 @@ ] ], 'repute_url' => [ - 'uri' => '' + 'uri' => '%olcs_natreg_repute%' ], ],