forked from DeadByDawn101/solclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (22 loc) · 1.55 KB
/
Copy path.env.example
File metadata and controls
30 lines (22 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copy to ".env.local" and fill in. Restart `npm run dev` after changes.
# You can also paste the PumpPortal key in the app: sidebar → Setup → PumpPortal (stored in localStorage).
# Required for live buy/sell prints / order book (subscribeTokenTrade). See https://pumpportal.fun/trading-api/setup
VITE_PUMPPORTAL_API_KEY=
# Set to 1 only if you intentionally want the socket without ?api-key= (order book usually empty).
# VITE_PUMPPORTAL_WS_PUBLIC_ONLY=0
# Optional: Solana RPC for token supply / chart helpers (defaults may apply elsewhere).
# VITE_SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
# Dev: `npm run dev` proxies chat requests to major LLM hosts (same-origin). Set to 1 to call APIs directly (browser CORS may block).
# VITE_DISABLE_LLM_PROXY=0
# Advanced: override the Pump candle API prefix if you add your own server-side proxy.
# On localhost this is auto-set to /pump-api (Vite proxy). On deployed sites it calls swap-api.pump.fun directly.
# Example for Netlify with a proxy rule pointing /pump-api → https://swap-api.pump.fun:
# VITE_PUMP_API_PREFIX=/pump-api
# Optional OpenRouter headers (https://openrouter.ai/docs)
# VITE_OPENROUTER_REFERRER=https://localhost:5173
# VITE_OPENROUTER_APP_TITLE=Unknown Name Trader
# Set to true only to test chat UI with fake streamed text (no LLM). Default: real API from Setup.
# VITE_CHAT_SIMULATE=true
# Optional: canonical upstream repo for Setup → “Fork … & connect” (defaults baked into src/lib/githubUpstreamDefaults.ts).
# VITE_GITHUB_UPSTREAM_OWNER=your-org
# VITE_GITHUB_UPSTREAM_REPO=your-repo