Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jun 14, 2024
1 parent 6d68f48 commit 7e7818d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,6 @@ export default () => ({
apiKey: process.env.EMAIL_API_KEY,
fromEmail: process.env.EMAIL_API_FROM_EMAIL,
fromName: process.env.EMAIL_API_FROM_NAME || 'Safe',
// TODO: Decide whether we reuse these when implementing the email service
// templates: {
// recoveryTx: process.env.EMAIL_TEMPLATE_RECOVERY_TX,
// unknownRecoveryTx: process.env.EMAIL_TEMPLATE_UNKNOWN_RECOVERY_TX,
// verificationCode: process.env.EMAIL_TEMPLATE_VERIFICATION_CODE,
// },
// verificationCode: {
// resendLockWindowMs: parseInt(
// process.env.EMAIL_VERIFICATION_CODE_RESEND_LOCK_WINDOW_MS ??
// `${30 * 1000}`,
// ),
// ttlMs: parseInt(
// process.env.EMAIL_VERIFICATION_CODE_TTL_MS ?? `${5 * 60 * 1000}`,
// ),
// },
},
expirationTimeInSeconds: {
default: parseInt(process.env.EXPIRATION_TIME_DEFAULT_SECONDS ?? `${60}`),
Expand Down

0 comments on commit 7e7818d

Please sign in to comment.