Skip to content

Commit

Permalink
chore: fix MS_EXTERNAL_INTERCEPTOR_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Mar 28, 2024
1 parent 1fe2410 commit d44812e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/container_apps/env/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "http://selc.internal.dev.selfcare.pagopa.it//ms-external-interceptor/v1"
value = "http://selc.internal.dev.selfcare.pagopa.it/ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "http://selc.internal.selfcare.pagopa.it//ms-external-interceptor/v1"
value = "http://selc.internal.selfcare.pagopa.it/ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down
2 changes: 1 addition & 1 deletion infra/container_apps/env/uat/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ app_settings = [
},
{
name = "MS_EXTERNAL_INTERCEPTOR_URL"
value = "http://selc.internal.uat.selfcare.pagopa.it//ms-external-interceptor/v1"
value = "http://selc.internal.uat.selfcare.pagopa.it/ms-external-interceptor/v1"
},
{
name = "USERVICE_PARTY_PROCESS_URL"
Expand Down

0 comments on commit d44812e

Please sign in to comment.