Environment variables¶
Server .env (see .env.example in the repo root).
X (Twitter) OAuth — Live timelines¶
Variable |
Purpose |
|---|---|
|
OAuth 2 client id |
|
OAuth 2 secret |
Callback URL |
Register in X developer portal (must match server route) |
X API — app-only / search¶
Variable |
Purpose |
|---|---|
|
Recent Search when user OAuth unavailable |
Home timeline fallbacks¶
Variable |
Purpose |
|---|---|
|
Numeric list id for list timeline fallback |
|
Recent Search query when home/list blocked |
xAI / Grok¶
Variable |
Purpose |
|---|---|
|
Grok home batches + Pipetrix topic pulls + Live Spaces rail |
Client build¶
Variable |
Purpose |
|---|---|
|
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.