Skip to content

Commit

Permalink
Merge branch 'releases/0.3.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu authored Jul 26, 2024
2 parents e4aa67a + 3ffaeda commit 2d573ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ app_settings = {
"MAIL_USER_CONFIRMATION_LINK" = "https://imprese.notifichedigitali.it/onboarding/confirm?jwt=%s#add-user=true",
"MAIL_ONBOARDING_REJECTION_LINK" = "https://imprese.notifichedigitali.it/onboarding/cancel?jwt=",
"MAIL_ONBOARDING_URL" = "https://imprese.notifichedigitali.it/onboarding/",
"USER_MS_SEND_MAIL" = "false",
"USER_MS_SEND_MAIL" = "true",
"FORCE_INSTITUTION_PERSIST" = "true",
"EMAIL_SERVICE_AVAILABLE" = "true"
"JWT_TOKEN_ISSUER" = "SPID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ app_settings = {
"JWT_BEARER_TOKEN" = "@Microsoft.KeyVault(SecretUri=https://selc-p-kv.vault.azure.net/secrets/jwt-bearer-token-functions/)",
"MS_USER_URL" = "https://selc-p-user-ms-ca.lemonpond-bb0b750e.westeurope.azurecontainerapps.io",
"MS_PARTY_REGISTRY_URL" = "https://selc-p-party-reg-proxy-ca.lemonpond-bb0b750e.westeurope.azurecontainerapps.io",
"USER_MS_SEND_MAIL" = "false",
"USER_MS_SEND_MAIL" = "true",
"EVENT_HUB_BASE_PATH" = "https://selc-p-eventhub-ns.servicebus.windows.net",
"STANDARD_SHARED_ACCESS_KEY_NAME" = "selfcare-wo"
"EVENTHUB_SC_CONTRACTS_SELFCARE_WO_KEY_LC" = "@Microsoft.KeyVault(SecretUri=https://selc-p-kv.vault.azure.net/secrets/eventhub-sc-contracts-selfcare-wo-key-lc/)"
Expand Down

0 comments on commit 2d573ad

Please sign in to comment.