Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiGaddi committed Feb 16, 2023
1 parent 54e7623 commit f63139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcx-onboard/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ email:
failedIdentitySub: ${failed_identity_sub:HCX - Identity Verification Failed}
failedIdentityMsg: ${failed_identity_msg:Hi User,<br/><br/>Identity verification is failed. Please reach out to HCX Team.<br/><br/>Thanks,<br/> HCX Team}
onboardingSuccessSub: ${onboarding_success_sub:HCX - Onboarding Successful}
onboardingSuccessMsg: ${onboarding_success_msg:Hi USER_NAME,<br/><br/>Your onboarding is successful, Welcome to HCX.<br/>Please refer to the <a href=${onboarding.successURL}>link</a> for protocol details and integration specifications.<br/>Thanks,<br/> HCX Team}
onboardingSuccessMsg: ${onboarding_success_msg:Hi USER_NAME,<br/><br/>Your onboarding is successful, Welcome to HCX.<br/>Please refer to the <a href="${onboarding.successURL}">link</a> for protocol details and integration specifications.<br/>Thanks,<br/> HCX Team}

hcx-api:
basePath: ${HCX_API_BASEPATH:http://localhost:8080}
Expand Down

0 comments on commit f63139a

Please sign in to comment.