Skip to content

Commit

Permalink
fix: remove placeholders that have been removed from paramstore - fol…
Browse files Browse the repository at this point in the history
…lowup ticket will assess if config blocks can go too
  • Loading branch information
fibble committed Nov 22, 2024
1 parent fd9f8a5 commit a25abe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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' => '%olcs_txc_token_url%',
'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' => '%olcs_natreg_uri%',
'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' => '%olcs_natreg_repute%'
'uri' => ''
],
],

Expand Down Expand Up @@ -436,7 +436,7 @@
// Nysiis configuration
'nysiis' => [
'rest' => [
'uri' => 'http://localhost:8080/nysiis-%olcs_nysiis_version%/nysiis/convert',
'uri' => 'http://localhost:8080/nysiis-/nysiis/convert',
'options' => [
'timeout' => 5
]
Expand Down

0 comments on commit a25abe2

Please sign in to comment.