eigent/.env.development
BitToby 53d88308df
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run
fix: enable proxy support to resolve (#1125)
Co-authored-by: a7m-1st <Ahmed.jimi.awelkeir500@gmail.com>
Co-authored-by: Ahmed Awelkair A <108264625+a7m-1st@users.noreply.github.com>
2026-02-11 14:04:17 +03:00

18 lines
No EOL
579 B
Text

VITE_BASE_URL=/api
VITE_PROXY_URL=https://dev.eigent.ai
VITE_USE_LOCAL_PROXY=false
# VITE_PROXY_URL=http://localhost:3001
# VITE_USE_LOCAL_PROXY=true
# Dummy Stack Auth keys for local dev (enables StackProvider gating).
# Replace with real values from Stack dashboard when needed.
VITE_STACK_PROJECT_ID=dummy_project_id
VITE_STACK_PUBLISHABLE_CLIENT_KEY=dummy_publishable_key
VITE_STACK_SECRET_SERVER_KEY=dummy_secret_server_key
# HTTP proxy settings for local development
# HTTP_PROXY=http://127.0.0.1:9090
# HTTPS_PROXY=https://127.0.0.1:9090
# NO_PROXY=localhost,127.0.0.1