Skip to content

Commit

Permalink
initialized APIM infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Mar 1, 2024
1 parent 1d61292 commit 21111b5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions infra/policy/_base_policy.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<policies>
<inbound>
<base />
<set-backend-service base-url="https://${hostname}/TODO" /> <!-- TODO your base path-->
</inbound>
<outbound>
<base />
</outbound>
<backend>
<base />
</backend>
<on-error>
<base />
</on-error>
<inbound>
<base/>
<set-backend-service base-url="https://${hostname}/pagopa-wisp-converter"/>
</inbound>
<outbound>
<base/>
</outbound>
<backend>
<base/>
</backend>
<on-error>
<base/>
</on-error>
</policies>

0 comments on commit 21111b5

Please sign in to comment.