Skip to content

Commit

Permalink
feat: add onboarding email w/ loops (revertinc#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya authored and hrutik7 committed Nov 15, 2023
1 parent 71cba93 commit 776881d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ LOOPS_ONBOARDING_TXN_ID=
LOOPS_API_KEY=
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
MOESIF_APPLICATION_ID=
MOESIF_APPLICATION_ID=
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
SLACK_BOT_TOKEN=
LOOPS_ONBOARDING_TXN_ID=
LOOPS_API_KEY=
2 changes: 2 additions & 0 deletions packages/backend/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const config = {
SLACK_CLIENT_ID: process.env.SLACK_CLIENT_ID!,
SLACK_CLIENT_SECRET: process.env.SLACK_CLIENT_SECRET!,
SLACK_BOT_TOKEN: process.env.SLACK_BOT_TOKEN!,
LOOPS_ONBOARDING_TXN_ID: process.env.LOOPS_ONBOARDING_TXN_ID,
LOOPS_API_KEY: process.env.LOOPS_API_KEY,
};

export default config;

0 comments on commit 776881d

Please sign in to comment.