-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In preparation to load the secrets into the wato infra config
- Loading branch information
1 parent
88e12d9
commit 4d82639
Showing
9 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ const currencyFormatter = new Intl.NumberFormat('en-CA', { | |
|
||
const getEmailToSection = async (reporter_id, recipients) => { | ||
const emailToSet = new Set( | ||
process.env.EMAIL_RECIPIENTS?.split(',') || [ | ||
process.env.WATO_FINANCE_EMAIL_RECIPIENTS?.split(',') || [ | ||
'[email protected]', | ||
'[email protected]', | ||
'[email protected]', | ||
|
@@ -42,7 +42,7 @@ const getEmailToSection = async (reporter_id, recipients) => { | |
} | ||
|
||
if (recipients.includes(EMAIL_RECIPIENTS.finance)) { | ||
// emailToSet.add(process.env.FINANCE_EMAIL) | ||
// emailToSet.add(process.env.WATO_FINANCE_FINANCE_EMAIL) | ||
} | ||
|
||
if (recipients.includes(EMAIL_RECIPIENTS.reporter)) { | ||
|
@@ -122,9 +122,9 @@ const getTicketLinkHTML = (ticketPath) => ` | |
<p> | ||
View the ticket here: | ||
<a | ||
href=${process.env.CLIENT_URL}${ticketPath} | ||
href=${process.env.WATO_FINANCE_CLIENT_URL}${ticketPath} | ||
> | ||
${process.env.CLIENT_URL}${ticketPath} | ||
${process.env.WATO_FINANCE_CLIENT_URL}${ticketPath} | ||
</a> | ||
</p> | ||
` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters