公网环境打包配置修改
This commit is contained in:
10
.env.pre
10
.env.pre
@@ -2,13 +2,13 @@
|
||||
VITE_ENV = 'pre'
|
||||
|
||||
# 主域名
|
||||
VITE_HOST = 'https://pre.gitcode.com'
|
||||
VITE_HOST = 'http://223.76.236.155:30010/openRepoPortal'
|
||||
|
||||
# 接口地址
|
||||
VITE_API_HOST = 'https://pre-web-api.gitcode.com'
|
||||
VITE_API_HOST = '/gateway/official'
|
||||
|
||||
# devPress接口地址
|
||||
VITE_DEV_API_HOST = 'https://gitcode.com'
|
||||
VITE_DEV_API_HOST = '/gateway/official'
|
||||
|
||||
# devPress地址
|
||||
VITE_DEV_HOST = 'https://gitcode.com'
|
||||
@@ -26,7 +26,7 @@ VITE_CSDN_URL = 'https://pre-web-api.gitcode.com/oauth/login/csdn'
|
||||
VITE_ORG_COMMUNITY = 'https://gitcode.com'
|
||||
|
||||
# 静态资源域名
|
||||
VITE_STATIC_HOST = 'https://pre.gitcode.com'
|
||||
VITE_STATIC_HOST = 'http://223.76.236.155:30010/openRepoPortal'
|
||||
|
||||
# 主页搜索子应用
|
||||
VITE_CHILD_HOMEWEB_HOST = 'https://pre-homepage-app.gitcode.com'
|
||||
@@ -36,3 +36,5 @@ VITE_USER_CENTER_HOST = 'https://pre-usercenter-app.gitcode.com'
|
||||
|
||||
# ai-copilot 子应用
|
||||
VITE_COPILOT_HOST = 'https://pre-copilot-app.gitcode.com'
|
||||
|
||||
VITE_BASE_URL=/openRepoPortal/
|
||||
|
||||
Reference in New Issue
Block a user