Skip to content

Commit

Permalink
Jira send mail documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jun 18, 2024
1 parent fc20a9d commit 0c6f213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/dashboard/templates/serverapplication.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ spring.mail.host=host.docker.internal
spring.mail.port=25

coin-administrative-email={{ dashboard.administrative_mail }}
administration.email.enabled={{ dashboard.administration_email_enabled }}
mailBaseUrl=https://dashboard.{{ base_domain }}
systemEmail=SURFconext <no-reply@surfconext.nl>

Expand Down Expand Up @@ -77,6 +76,7 @@ pdp.password={{ pdp_password }}
dashboard.feature.shibboleth=true
dashboard.feature.sab={{ dashboard.feature_sab }}
dashboard.feature.manage=true
# If feature.jira is set to false, then emails are send out when questions are asked or an entity is linked / unlinked
dashboard.feature.jira={{ dashboard.feature_jira }}
dashboard.feature.consent={{ dashboard.feature_consent }}
# Valid choices are 'MOCK', 'PDP' or 'MANAGE', 'MOCK' is for local development
Expand Down

0 comments on commit 0c6f213

Please sign in to comment.