Skip to content

Commit

Permalink
Add CGW mandatory environment variables (#130)
Browse files Browse the repository at this point in the history
Adds `EMAIL_TEMPLATE_RECOVERY_TX` and `EMAIL_TEMPLATE_VERIFICATION_CODE` mandatory variables
  • Loading branch information
hectorgomezv authored Jan 12, 2024
1 parent 8ea5a62 commit 5b68348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container_env_files/cgw.env
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ ALERTS_PROVIDER_PROJECT=''
EMAIL_API_APPLICATION_CODE=''
EMAIL_API_FROM_EMAIL=[email protected]
EMAIL_API_KEY=''
EMAIL_TEMPLATE_RECOVERY_TX=''
EMAIL_TEMPLATE_UNKNOWN_RECOVERY_TX=''
EMAIL_TEMPLATE_VERIFICATION_CODE=''

0 comments on commit 5b68348

Please sign in to comment.