mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-07-09 17:28:35 +00:00
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Pre-commit / pre-commit (push) Has been cancelled
Test / Run Web + Local Brain Smoke (push) Has been cancelled
Test / Run Frontend Guardrails (push) Has been cancelled
Test / Run Python Tests (push) Has been cancelled
Co-authored-by: Douglas <douglas.ym.lai@gmail.com> Co-authored-by: Douglas Lai <115660088+Douglasymlai@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Tao Sun <168447269+fengju0213@users.noreply.github.com> Co-authored-by: Weijie Bai <happy.regina.bai@gmail.com>
26 lines
1 KiB
Text
26 lines
1 KiB
Text
VITE_BASE_URL=/api
|
|
|
|
# =======Production environment variables start=======
|
|
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
|
|
VITE_REMOTE_CONTROL_WEB_ORIGIN=https://remote.eigent.ai
|
|
REMOTE_CONTROL_WEB_ORIGIN=https://remote.eigent.ai
|
|
VITE_REMOTE_CONTROL_LOCAL_API_URL=https://dev.eigent.ai
|
|
# =======Production environment variables end =======
|
|
|
|
# =======Local environment variables start =======
|
|
# SERVER_URL=http://localhost:3001
|
|
# VITE_PROXY_URL=http://localhost:3001
|
|
# VITE_USE_LOCAL_PROXY=true
|
|
# VITE_REMOTE_CONTROL_WEB_ORIGIN=http://localhost:5174
|
|
# REMOTE_CONTROL_WEB_ORIGIN=http://localhost:5174
|
|
# VITE_REMOTE_CONTROL_LOCAL_API_URL=http://localhost:3001
|
|
# =======Local environment variables end=======
|
|
|
|
# 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
|