.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
BACKEND_LOCATION
JWT_SECRET
secret
DB_TYPE
DB_STORAGE
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
secret
brew install flyctl && fly launch --from https://github.com/alex-phillips/heimdalljs
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alex-phillips/heimdalljs
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alex-phillips/heimdalljs