GitDeployHub

doggy8088/duotify-membership-v2

github.com/doggy8088/duotify-membership-v2 ↗
Node.js API
16 environment variables found in .env.example

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

  • DB_SERVER Database Configuration
  • DB_PORT
  • DB_DATABASE
  • DB_USER
  • DB_PASSWORD secret
  • DB_ENCRYPT
  • DB_TRUST_SERVER_CERTIFICATE
  • SENDGRID_API_KEY secret SendGrid Configuration
  • SENDGRID_FROM_EMAIL secret
  • SENDGRID_FROM_NAME secret
  • JWT_SECRET secret JWT Configuration
  • JWT_EXPIRY secret
  • NODE_ENV Application Configuration
  • PORT
  • LOG_LEVEL
  • VERIFICATION_CODE_EXPIRY_MINUTES Email Verification
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/doggy8088/duotify-membership-v2
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/doggy8088/duotify-membership-v2
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/doggy8088/duotify-membership-v2
Or deploy to a different host
← Try another repo