mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-07-09 17:28:35 +00:00
env set to production
This commit is contained in:
parent
4db64fb76f
commit
9fa02f913e
1 changed files with 8 additions and 18 deletions
|
|
@ -1,24 +1,14 @@
|
|||
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 =======
|
||||
|
||||
# =======Test environment variables start =======
|
||||
SERVER_URL=https://test-dev.eigent.ai
|
||||
VITE_PROXY_URL=https://test-dev.eigent.ai
|
||||
VITE_SITE_URL=https://test.eigent.ai
|
||||
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://test-remote.eigent.ai
|
||||
REMOTE_CONTROL_WEB_ORIGIN=https://test-remote.eigent.ai
|
||||
VITE_REMOTE_CONTROL_LOCAL_API_URL=https://test-dev.eigent.ai
|
||||
# =======Test environment variables end=======
|
||||
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
|
||||
|
|
@ -33,4 +23,4 @@ VITE_REMOTE_CONTROL_LOCAL_API_URL=https://test-dev.eigent.ai
|
|||
# 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
|
||||
VITE_STACK_SECRET_SERVER_KEY=dummy_secret_server_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue