Skip to content

Commit

Permalink
to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielnavas committed Feb 9, 2021
1 parent e947174 commit f4dec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/configs/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
sendEmailPassword: process.env.SEND_EMAIL_PASSWORD,
sendEmailUser: process.env.SEND_EMAIL_USER,
sendEmailPort: Number(process.env.SEND_EMAIL_PORT),
sendEmailService: process.env.SEND_EMAIL_SERVICCE,
sendEmailService: process.env.SEND_EMAIL_SERVICE,

nodeEnv: process.env.NODE_ENV || 'development'
}

0 comments on commit f4dec53

Please sign in to comment.