Skip to content

Commit

Permalink
feat(env): add HubSpot environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Jun 5, 2024
1 parent a40c442 commit 4b6599b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/src/types/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ declare global {
MESSAGE_GENERIC_RETENTION_DAYS?: number;
MESSAGE_IN_APP_RETENTION_DAYS?: number;
NOVU_INVITE_TEAM_MEMBER_NUDGE_TRIGGER_IDENTIFIER: string;
HUBSPOT_INVITE_NUDGE_EMAIL_USER_LIST_ID: string;
HUBSPOT_PRIVATE_APP_ACCESS_TOKEN: string;
}
}
}

0 comments on commit 4b6599b

Please sign in to comment.