-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (25 loc) · 1.66 KB
/
.env.example
File metadata and controls
33 lines (25 loc) · 1.66 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
31
32
33
# WalletConnect Project ID (required for wallet connections)
# Get yours from https://cloud.walletconnect.com
VITE_WALLETCONNECT_PROJECT_ID=your-walletconnect-project-id
# Simulator Bridge URL (optional — defaults to /api/edb which proxies through Vercel)
# For local dev, Vite proxies /api/edb to http://127.0.0.1:5789 automatically.
# Set to "disabled" to turn off bridge integration entirely.
# VITE_SIMULATOR_BRIDGE_URL=/api/edb
# ---- Server-side env vars (set in Vercel dashboard, NOT prefixed with VITE_) ----
# EDB Bridge
# EDB_BRIDGE_URL — Full URL of the bridge server (e.g. https://your-droplet:5789)
# EDB_API_KEY — Secret key that the Vercel proxy injects into bridge requests
# EDB_CORS_ALLOWED_ORIGINS — Comma-separated extra origins for the edb proxy (e.g. https://yourdomain.com)
# Etherscan
# ETHERSCAN_API_KEY — Default server-side explorer key used by the Etherscan-family proxy
# LI.FI Composer (vault deposits via swap routes)
# LIFI_API_KEY — LI.FI API key for the Composer proxy
# LLM / Yield Concierge AI recommendations
# GEMINI_API_KEY — Google AI Studio key for Gemini
# GEMINI_MODEL — Primary model (default: gemini-3.1-pro-preview)
# GEMINI_FALLBACK_MODEL — Fallback on 429/503 (default: gemini-2.5-flash)
# Shared proxy secret (optional — when set, lifi-composer and llm-recommend
# proxies require this value in the x-proxy-secret header instead of origin checks)
# PROXY_SECRET — Random secret string
# Origin allowlist for lifi-composer and llm-recommend proxies
# ALLOWED_ORIGINS — Comma-separated origins (e.g. https://yourdomain.com,https://preview.yourdomain.com)