Skip to content

Commit

Permalink
Update value of TRIAL_SYSTEM_APIM_URL env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 committed Sep 25, 2024
1 parent 7946488 commit d3a9c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/app_backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ locals {
LOLLIPOP_API_URL = "https://${data.azurerm_linux_function_app.lollipop_function.default_hostname}"
LOLLIPOP_API_KEY = data.azurerm_key_vault_secret.app_backend_LOLLIPOP_ITN_API_KEY.value
TRIAL_SYSTEM_API_URL = "https://ts-p-itn-api-func-01.azurewebsites.net" # PROD-TRIAL subscription
TRIAL_SYSTEM_APIM_URL = "https://api.trial.pagopa.it" # Add this variable to avoid downtime
TRIAL_SYSTEM_APIM_URL = data.azurerm_api_management.trial_system.gateway_url
TRIAL_SYSTEM_API_KEY = data.azurerm_key_vault_secret.app_backend_TRIAL_SYSTEM_API_KEY.value
TRIAL_SYSTEM_APIM_KEY = data.azurerm_key_vault_secret.app_backend_TRIAL_SYSTEM_APIM_KEY.value
IO_WALLET_API_URL = "https://io-p-itn-wallet-user-func-01.azurewebsites.net"
Expand Down

0 comments on commit d3a9c2f

Please sign in to comment.