.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SIGNALING_SERVER_PORT
COTURN_PORT
COTURN_MIN_PORT
COTURN_MAX_PORT
COTURN_REALM
COTURN_USER
COTURN_PASSWORD
secret
SIGNALING_WS_URL
TURN_SERVER_URLS
TURN_SERVER_USERNAME
TURN_SERVER_PASSWORD
secret
brew install flyctl && fly launch --from https://github.com/abetlen/tojam-2021
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abetlen/tojam-2021
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abetlen/tojam-2021