backend/.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
PORT
Server
FRONTEND_ORIGIN
SQLITE_DB_PATH
Database
RSI_REFRESH_CRON
Scheduler (cron, UTC)
RSI_ALERT_THRESHOLD
HTTP_TIMEOUT_SEC
HTTP client
HTTP_MAX_RETRIES
LOG_DIR
Logging
TELEGRAM_BOT_TOKEN
secret
Telegram (optional)
TELEGRAM_CHAT_ID
brew install flyctl && fly launch --from https://github.com/tian136700/quant-rsi-monitor
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tian136700/quant-rsi-monitor
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tian136700/quant-rsi-monitor