Skip to content

Commit

Permalink
Adding microplan implementation partner and website link for email no…
Browse files Browse the repository at this point in the history
…tification (#3336)
  • Loading branch information
tanishi-egov authored Dec 13, 2024
1 parent 413452b commit bb6530b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,10 @@ env: |
- name: EGOV_BOUNDARY_SEARCH_URL
value: "/boundary-service/boundary/_search"
- name: EGOV_BOUNDARY_HIERARCHY_NAME
value: "HCM-Moz-Hierarchy"
value: "HCM-Moz-Hierarchy"
- name: HRMS_EMAIL_NOTIFICATION_IMPLEMENTATION_PARTNER
value: {{ .Values.microplanImplementationPartner | default "NMCP Mozambique" }}
- name: HRMS_EMAIL_NOTIFICATION_WEBSITE_LINK
value: {{ .Values.microplanWebsiteLink | default "https://unified-qa.digit.org/microplan-ui/employee" }}
- name: NOTIFICATION_EMAIL_ENABLED
value: "true"
2 changes: 2 additions & 0 deletions deploy-as-code/helm/environments/unified-health-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ health-hrms:
mdmsLegacyHost: "egov-mdms-service-legacy"
mdmsLegacySearchPath: "egov-mdms-service-legacy/v1/_search"
java-enable-debug: true
microplanWebsiteLink: "https://unified-uat.digit.org/microplan-ui/employee"
microplanImplementationPartner: "NMCP Mozambique"

project-factory:
logLevel: 'debug'
Expand Down

0 comments on commit bb6530b

Please sign in to comment.