backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PORT
NODE_ENV
DB_FILENAME
DB_HOST
DB_NAME
DB_USER
DB_PORT
DB_PASS
DB_URL
secret
DB_SSL
JWT_SECRET
secret
brew install flyctl && fly launch --from https://github.com/anonfedora/chainevents-contracts
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/chainevents-contracts
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/chainevents-contracts