2025-03-12 18:41:20 +08:00
|
|
|
# 预发环境配置
|
|
|
|
|
VITE_ENV = 'pre'
|
|
|
|
|
|
|
|
|
|
# 主域名
|
2025-05-09 22:26:06 +08:00
|
|
|
VITE_HOST = 'https://tcode.com.cn'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# 接口地址
|
2025-03-19 13:43:53 +08:00
|
|
|
VITE_API_HOST = '/gateway/official'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# devPress接口地址
|
2025-03-19 13:43:53 +08:00
|
|
|
VITE_DEV_API_HOST = '/gateway/official'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# devPress地址
|
|
|
|
|
VITE_DEV_HOST = 'https://gitcode.com'
|
|
|
|
|
|
|
|
|
|
# 仓库文件上传域名
|
|
|
|
|
VITE_FILE_HOST = 'https://pre.gitcode.com'
|
|
|
|
|
|
|
|
|
|
# 仓库文件下载域名
|
|
|
|
|
VITE_DOWNLOAD_HOST = 'https://raw.gitcode.com'
|
|
|
|
|
|
|
|
|
|
# csdn登陆绑定地址 暂时无
|
|
|
|
|
VITE_CSDN_URL = 'https://pre-web-api.gitcode.com/oauth/login/csdn'
|
|
|
|
|
|
|
|
|
|
# 组织社区跳转地址
|
|
|
|
|
VITE_ORG_COMMUNITY = 'https://gitcode.com'
|
|
|
|
|
|
|
|
|
|
# 静态资源域名
|
2025-05-09 22:26:06 +08:00
|
|
|
VITE_STATIC_HOST = 'https://tcode.com.cn'
|
2025-03-12 18:41:20 +08:00
|
|
|
|
|
|
|
|
# 主页搜索子应用
|
|
|
|
|
VITE_CHILD_HOMEWEB_HOST = 'https://pre-homepage-app.gitcode.com'
|
|
|
|
|
|
|
|
|
|
# 用户中心子应用
|
|
|
|
|
VITE_USER_CENTER_HOST = 'https://pre-usercenter-app.gitcode.com'
|
|
|
|
|
|
|
|
|
|
# ai-copilot 子应用
|
|
|
|
|
VITE_COPILOT_HOST = 'https://pre-copilot-app.gitcode.com'
|
2025-03-19 13:43:53 +08:00
|
|
|
|
|
|
|
|
VITE_BASE_URL=/openRepoPortal/
|