.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
JWT_SECRET
secret
JSON web token (JWT) secret: this keeps our app's user authentication secure This secret should be a random 20-ish character string
JWT_ALGO
secret
MONGODB_URI
secret
Mongo DB Local development
PORT
Port
LOG_LEVEL
Debug
MAILGUN_API_KEY
secret
MAILGUN_USERNAME
secret
MAILGUN_DOMAIN
secret
brew install flyctl && fly launch --from https://github.com/santiq/bulletproof-nodejs
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/santiq/bulletproof-nodejs
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/santiq/bulletproof-nodejs