.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
brew install flyctl && fly launch --from https://github.com/hiteshchoudhary/batchone
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/hiteshchoudhary/batchone
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/hiteshchoudhary/batchone