79343374

Date: 2025-01-09 16:31:40
Score: 2.5
Natty:
Report link

It's because you are using double quotations in your .env file; just remove them and use "process.env.JWT_SECRET" as usual. Another option is to have them and use ${process.env.JWT_SECRET_KEY}.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Desu Sasaank