Environment variables

Server .env (see .env.example in the repo root).

X (Twitter) OAuth — Live timelines

Variable

Purpose

TWITTER_CLIENT_ID

OAuth 2 client id

TWITTER_CLIENT_SECRET

OAuth 2 secret

Callback URL

Register in X developer portal (must match server route)

Home timeline fallbacks

Variable

Purpose

IFIXEDX_HOME_LIST_ID

Numeric list id for list timeline fallback

IFIXEDX_HOME_FALLBACK_QUERY

Recent Search query when home/list blocked

xAI / Grok

Variable

Purpose

XAI_API_KEY

Grok home batches + Pipetrix topic pulls + Live Spaces rail

Client build

Variable

Purpose

VITE_PUBLIC_API_ORIGIN

API base URL when not same-origin (empty = use Vite proxy)

Session / data paths

OAuth tokens and session files live on the API server filesystem (data/oauth-sessions/), not in the browser.