GitDeployHub

anonfedora/boundless-backend

github.com/anonfedora/boundless-backend ↗
Node.js API
20 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anonfedora/boundless-backend
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/boundless-backend
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/boundless-backend
Or deploy to a different host
← Try another repo