Skip to content

Commit

Permalink
Merge pull request #168 from pagopa/fix-conf-notification-main
Browse files Browse the repository at this point in the history
fix: Fix Error on configuration
  • Loading branch information
andrea-putzu authored Nov 16, 2022
2 parents 950db50 + 469920d commit c387b9f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,18 @@ party-process {
}
productName = "productName"
}
}
onboarding-notification-mail-placeholders {
adminEmail = ${ADDRESS_EMAIL_NOTIFICATION_ADMIN}
path = ${MAIL_TEMPLATE_NOTIFICATION_PATH}
confirm-token {
name = "confirmTokenURL"
placeholder = ${SELFCARE_ADMIN_NOTIFICATION_URL}
onboarding-notification-mail-placeholders {
adminEmail = ${ADDRESS_EMAIL_NOTIFICATION_ADMIN}
path = ${MAIL_TEMPLATE_NOTIFICATION_PATH}
confirm-token {
name = "confirmTokenURL"
placeholder = ${SELFCARE_ADMIN_NOTIFICATION_URL}
}
productName = "productName"
requesterName = "requesterName"
requesterSurname = "requesterSurname"
institutionName = "institutionName"
}
productName = "productName"
requesterName = "requesterName"
requesterSurname = "requesterSurname"
institutionName = "institutionName"
}

services {
Expand Down

0 comments on commit c387b9f

Please sign in to comment.