Skip to content

Commit

Permalink
update env config
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmabulage committed Sep 3, 2024
1 parent 02a6b2a commit 1cccb5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/envConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ export const SMTP_PASS = process.env.SMTP_PASS ?? ''
export const LINKEDIN_CLIENT_ID = process.env.LINKEDIN_CLIENT_ID ?? ''
export const LINKEDIN_CLIENT_SECRET = process.env.LINKEDIN_CLIENT_SECRET ?? ''
export const LINKEDIN_REDIRECT_URL = process.env.LINKEDIN_REDIRECT_URL ?? ''
export const REFRESH_JWT_SECRET = process.env.REFRESH_JWT_SECRET ?? ''

0 comments on commit 1cccb5b

Please sign in to comment.