DATABASE_URL=postgresql://postgres:postgres@localhost:5432/db_name?schema=public
Generate JWT Secret by running the following command in the terminal: node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
JWT_SECRET_KEY=your_secret_key_here
JWT_SHORT_EXPIRATION_TIME=1h JWT_LONG_EXPIRATION_TIME=30d
PORT=3000
NODE_ENV=development