.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
Application
APP_NAME
APP_PORT
APP_SECRET
secret
Security Generate strong random values for production
JWT_SECRET
secret
ENCRYPTION_KEY
secret
LOG_LEVEL
Logging
LOG_FILE
brew install flyctl && fly launch --from https://github.com/boozelee/the-industrial-doll
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/boozelee/the-industrial-doll
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/boozelee/the-industrial-doll