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