Skip to content

Commit 37fb85d

Browse files
authored
Merge pull request #577 from mahidulalvi-bonic/feature/interview-nylas
Implemented Nylas calendar connect & delete functionalities.
2 parents d33f1a1 + 82d7ea4 commit 37fb85d

11 files changed

+894
-250
lines changed

config/default.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ module.exports = {
329329

330330
// Nylas Client id
331331
NYLAS_CLIENT_ID: process.env.NYLAS_CLIENT_ID,
332-
NYLAS_CLIENT_SECRET: process.env.NYLAS_CLIENT_SECRET
332+
NYLAS_CLIENT_SECRET: process.env.NYLAS_CLIENT_SECRET,
333333

334+
// Zoom JWT credentials
335+
ZOOM_ACCOUNTS: process.env.ZOOM_ACCOUNTS
334336
}

0 commit comments

Comments
 (0)