Skip to content

Commit

Permalink
chore: USER_MS_SEND_MAIL set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Aug 23, 2024
1 parent 8b4cd3a commit 84dc7c1
Showing 1 changed file with 1 addition and 1 deletion.
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" = "true",
"USER_MS_SEND_MAIL" = "false",
"FORCE_INSTITUTION_PERSIST" = "true",
"EMAIL_SERVICE_AVAILABLE" = "true"
"JWT_TOKEN_ISSUER" = "SPID"
Expand Down

0 comments on commit 84dc7c1

Please sign in to comment.