Skip to content

Commit

Permalink
fix backend service url
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed Mar 18, 2024
1 parent e8ccb89 commit a3c8ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/policy/_get_broker_institutions_policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<base />
<!-- rate limit by subscription key -->
<rate-limit calls="300" renewal-period="10" remaining-calls-variable-name="remainingCallsPerSubscription"/>
<set-backend-service base-url="https://${hostname}/pagopa-backoffice-external" />
<set-backend-service base-url="https://${hostname}/backoffice-external" />

<!-- Calling Authorizer's fragment -->
<set-variable name="application_domain" value="backoffice_external" />
Expand Down

0 comments on commit a3c8ec8

Please sign in to comment.