2025-03-12 18:41:20 +08:00
|
|
|
# 开发环境配置
|
|
|
|
|
VITE_ENV = 'loc'
|
|
|
|
|
|
|
|
|
|
# 主域名
|
2025-05-08 11:25:57 +08:00
|
|
|
VITE_HOST = 'http://124.223.71.235:8080'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# 接口地址
|
|
|
|
|
VITE_API_HOST = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# devPress接口地址
|
|
|
|
|
VITE_DEV_API_HOST = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# devPress地址
|
|
|
|
|
VITE_DEV_HOST = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# 仓库文件上传域名
|
|
|
|
|
VITE_FILE_HOST = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# 仓库文件下载域名
|
|
|
|
|
VITE_DOWNLOAD_HOST = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# csdn登陆绑定地址
|
|
|
|
|
VITE_CSDN_URL = 'https://test.gitcode.net/oauth/login/csdn'
|
|
|
|
|
|
|
|
|
|
# 组织社区跳转地址
|
|
|
|
|
VITE_ORG_COMMUNITY = 'https://test.gitcode.net'
|
|
|
|
|
|
|
|
|
|
# 静态资源域名
|
2025-05-08 11:25:57 +08:00
|
|
|
VITE_STATIC_HOST = 'http://124.223.71.235:8080'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# 主页搜索子应用
|
|
|
|
|
VITE_CHILD_HOMEWEB_HOST = 'https://local.gitcode.net:8001/child/homeweb-app'
|
|
|
|
|
|
|
|
|
|
# 用户中心子应用
|
|
|
|
|
VITE_USER_CENTER_HOST = 'https://local.gitcode.net:8002'
|
|
|
|
|
|
|
|
|
|
# ai-copilot 子应用
|
|
|
|
|
VITE_COPILOT_HOST = 'https://local.gitcode.net:8003/child/aichat-app'
|
2025-05-08 11:25:57 +08:00
|
|
|
|
|
|
|
|
VITE_BASE_URL=/openRepoPortal/
|
2025-05-13 17:59:24 +08:00
|
|
|
|
|
|
|
|
# AI大模型接口地址
|
|
|
|
|
VITE_AI_API_HOST = ''http://222.20.126.208:8089'
|