Skip to content

Commit

Permalink
fix: replace inr/natreg config placeholders (#497)
Browse files Browse the repository at this point in the history
* fix: replace inr/natreg config placeholders

* fix: replace inr/natreg config placeholders
  • Loading branch information
fibble authored Dec 4, 2024
1 parent 7d29ff6 commit 2b7d1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/api/config/autoload/config.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -359,7 +359,7 @@
]
],
'repute_url' => [
'uri' => ''
'uri' => '%olcs_natreg_repute%'
],
],

Expand Down

0 comments on commit 2b7d1a6

Please sign in to comment.