46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
# 生产环境配置
|
|
VITE_ENV = 'production'
|
|
|
|
# 主域名
|
|
VITE_HOST = 'http://222.20.126.217:10010/tcode'
|
|
|
|
# 接口地址
|
|
VITE_API_HOST = '/gateway/official'
|
|
|
|
# devPress接口地址
|
|
VITE_DEV_API_HOST = '/gateway/official'
|
|
|
|
# devPress地址
|
|
VITE_DEV_HOST = 'https://gitcode.com'
|
|
|
|
# 仓库文件上传域名
|
|
VITE_FILE_HOST = 'https://gitcode.com'
|
|
|
|
# 仓库文件下载域名
|
|
VITE_DOWNLOAD_HOST = 'https://raw.gitcode.com'
|
|
|
|
# csdn登陆绑定地址 暂时无
|
|
VITE_CSDN_URL = 'https://web-api.gitcode.com/oauth/login/csdn'
|
|
|
|
# 组织社区跳转地址
|
|
VITE_ORG_COMMUNITY = 'https://gitcode.com'
|
|
|
|
# 静态资源域名
|
|
VITE_STATIC_HOST = 'http://222.20.126.217:10010/tcode'
|
|
|
|
# 主页搜索子应用
|
|
VITE_CHILD_HOMEWEB_HOST = 'https://homepage-app.gitcode.com'
|
|
|
|
# 用户中心子应用
|
|
VITE_USER_CENTER_HOST = 'https://usercenter-app.gitcode.com'
|
|
|
|
# ai-copilot 子应用
|
|
VITE_COPILOT_HOST = 'https://copilot-app.gitcode.com'
|
|
|
|
VITE_BASE_URL=/tcode/
|
|
|
|
# AI大模型接口地址
|
|
VITE_AI_API_HOST = 'http://222.20.126.208:8087'
|
|
# 治理平台地址
|
|
VITE_GOVERNANCE_HOST = 'http://222.20.126.217:10010/governancePortal'
|