You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ALLOWED_ORIGINS` - Comma-separated allowlist for CORS (e.g. `https://your-app.vercel.app,http://localhost:5173`)
49
-
-`CORS_ALLOW_CREDENTIALS` - Set to `true` only if you need to send cookies with cross-origin requests
50
48
-`DATABASE_URL` - PostgreSQL connection string
51
49
- All `POSTGRES_*` and `PG*` variables from Neon
52
50
-`GEMINI_API_KEY` - **MUST be server-side only** (no `VITE_` prefix); Gemini API key for AI features (e.g., spreadsheet parsing). **NEVER expose to client code**. All Gemini API calls must be routed through server endpoints (e.g., `/api/parse-spreadsheet`) - the browser should never have direct access to this key.
0 commit comments