.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
ARENA_ENV
ARENA_HTTP_ADDR
ARENA_DB_PATH
ARENA_REDIS_ADDR
ARENA_REDIS_PASSWORD
secret
ARENA_ADMIN_TOKEN
secret
ARENA_AUDIT_SALT
ARENA_ALLOWED_ORIGINS
ARENA_PUBLIC_TEAM_ACTIVITY
ARENA_LEGACY_TEAM_TOKEN_AUTH
secret
ARENA_TRUST_PROXY_HEADERS
ARENA_TRUSTED_PROXY_CIDRS
ARENA_LOG_DIR
ARENA_EXPORT_DIR
ARENA_ACCESS_PACKET_DIR
ARENA_FRONTEND_ORIGIN
ARENA_BACKEND_BIND
ARENA_BACKEND_PORT
ARENA_FRONTEND_BIND
ARENA_FRONTEND_PORT
brew install flyctl && fly launch --from https://github.com/chenrui333/prediction-agent-arena
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/chenrui333/prediction-agent-arena
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/chenrui333/prediction-agent-arena