GitDeployHub

hiteshchoudhary/batchone

github.com/hiteshchoudhary/batchone ↗
Node.js API
15 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • JWT_SECRET secret
  • JWT_EXPIRY secret
  • MONGODB_URL secret
  • PORT
  • SMTP_MAIL_HOST
  • SMTP_MAIL_PORT
  • SMTP_MAIL_USERNAME
  • SMTP_MAIL_PASSWORD secret
  • SMTP_MAIL_EMAIL
  • S3_ACCESS_KEY secret
  • S3_SECRET_ACCESS_KEY secret
  • S3_BUCKET_NAME
  • S3_REGION
  • RAZORPAY_KEY_ID
  • RAZORPAY_SECRET secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/hiteshchoudhary/batchone
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/hiteshchoudhary/batchone
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/hiteshchoudhary/batchone
Or deploy to a different host
← Try another repo