Skip to content

Commit

Permalink
fixed mail template path (#89)
Browse files Browse the repository at this point in the history
Co-authored-by: anttorre <[email protected]>
  • Loading branch information
antonioT90 and anttorre authored Dec 15, 2021
1 parent fc48d8c commit b4405d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k8s/selc_configmaps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ resource "kubernetes_config_map" "uservice-party-process" {
PARTY_MANAGEMENT_URL = format("http://pdnd-interop-uservice-party-management:8088/pdnd-interop-uservice-party-management/%s", var.api-version_uservice-party-management)
PARTY_PROXY_URL = format("http://pdnd-interop-uservice-party-registry-proxy:8088/pdnd-interop-uservice-party-registry-proxy/%s", var.api-version_uservice-party-registry-proxy)
ATTRIBUTE_REGISTRY_URL = format("http://pdnd-interop-uservice-attribute-registry-management:8088/pdnd-interop-uservice-attribute-registry-management/%s", var.api-version_uservice-attribute-registry-management)
MAIL_TEMPLATE_PATH = "/contracts/template/mail/1.0.0.json"
MAIL_TEMPLATE_PATH = "contracts/template/mail/1.0.0.json"
WELL_KNOWN_URL = format("%s/.well-known/jwks.json", var.cdn_storage_url)
# URL of the european List Of Trusted List see https://esignature.ec.europa.eu/efda/tl-browser/#/screen/tl/EU
EU_LIST_OF_TRUSTED_LISTS_URL = "https://ec.europa.eu/tools/lotl/eu-lotl.xml"
Expand Down

0 comments on commit b4405d1

Please sign in to comment.