eigent/.env.development
Tong Chen 6c827a3d06
refactor: establish Brain-centered architecture and frontend/backend separation foundations (#1597)
Co-authored-by: Douglas <douglas.ym.lai@gmail.com>
Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com>
2026-05-01 17:03:33 +08:00

23 lines
790 B
Text

VITE_BASE_URL=/api
# =======Production environment variables=======
SERVER_URL=https://dev.eigent.ai
VITE_PROXY_URL=https://dev.eigent.ai
VITE_SITE_URL=https://www.eigent.ai
VITE_USE_LOCAL_PROXY=false
# =======Test environment variables=======
# SERVER_URL=https://test-dev.eigent.ai
# VITE_PROXY_URL=https://test-dev.eigent.ai
# VITE_SITE_URL=https://test.eigent.ai
# VITE_USE_LOCAL_PROXY=false
# =======Local environment variables=======
# 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