Skip to content

Commit

Permalink
fix: remove unused env variable - TOTP_SECRET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Jun 17, 2024
1 parent c106fe9 commit 9517bdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
TOTP_SECRET_KEY=
JWT_SECRET_KEY=
OTP_VALIDITY_PERIOD=600
RESEND_OTP_COOLDOWN=60
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
build: "."
restart: always
environment:
- TOTP_SECRET_KEY=${TOTP_SECRET_KEY}
- JWT_SECRET_KEY=${JWT_SECRET_KEY}
- OTP_VALIDITY_PERIOD=${OTP_VALIDITY_PERIOD}
- RESEND_OTP_COOLDOWN=${RESEND_OTP_COOLDOWN}
Expand Down

0 comments on commit 9517bdf

Please sign in to comment.