Skip to content

Commit

Permalink
Refactor: loadenv
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun committed Aug 5, 2023
1 parent 48253fb commit 651eaf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loadenv.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ module.exports = {
JSON.parse(process.env.GOOGLE_APPLICATION_CREDENTIALS),
testAccounts:
process.env.TEST_ACCOUNTS && JSON.parse(process.env.TEST_ACCOUNTS),
slackWebhookUrl: { report: process.env.SLACK_REPORT_WEBHOOK_URL || "" },
slackWebhookUrl: {
report: process.env.SLACK_REPORT_WEBHOOK_URL || "", // optional
},
};

0 comments on commit 651eaf4

Please sign in to comment.