.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
NODE_ENV
PORT
MONGODB_URI
secret
JWT_SECRET
secret
ADMIN_SECRET_KEY
secret
Application Configuration
STELLAR_RPC_URL
MAX_FILE_SIZE
ALLOWED_FILE_TYPES
RATE_LIMIT_WINDOW_MS
RATE_LIMIT_MAX
CORS_ORIGIN
GOOGLE_CLIENT_ID
OAuth Credentials
GOOGLE_CLIENT_SECRET
secret
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
secret
SMTP_HOST
Email Service Credentials
SMTP_PORT
SMTP_USER
SMTP_PASS
CLOUDINARY_CLOUD_NAME
Cloudinary Credentials
brew install flyctl && fly launch --from https://github.com/anonfedora/boundless-backend
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/boundless-backend
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/boundless-backend