Skip to content

Commit

Permalink
Merge pull request #317 from sparcs-kaist/#315-bump-mongoose-version-…
Browse files Browse the repository at this point in the history
…to-6.11.3

#315 Bump mongoose version to 6.11.3
  • Loading branch information
14KGun authored Aug 5, 2023
2 parents ca31167 + 651eaf4 commit f8ba37f
Show file tree
Hide file tree
Showing 3 changed files with 5,003 additions and 4,597 deletions.
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
},
};
Loading

0 comments on commit f8ba37f

Please sign in to comment.