可信代码库-中国移动部署环境配置修改
This commit is contained in:
6
.env.loc
6
.env.loc
@@ -2,7 +2,8 @@
|
||||
VITE_ENV = 'loc'
|
||||
|
||||
# 主域名
|
||||
VITE_HOST = 'http://124.223.71.235:8080'
|
||||
# VITE_HOST = 'http://124.223.71.235:8080'
|
||||
VITE_HOST = ''
|
||||
|
||||
# 接口地址
|
||||
VITE_API_HOST = 'https://test.gitcode.net'
|
||||
@@ -26,7 +27,8 @@ VITE_CSDN_URL = 'https://test.gitcode.net/oauth/login/csdn'
|
||||
VITE_ORG_COMMUNITY = 'https://test.gitcode.net'
|
||||
|
||||
# 静态资源域名
|
||||
VITE_STATIC_HOST = 'http://124.223.71.235:8080'
|
||||
# VITE_STATIC_HOST = 'http://124.223.71.235:8080'
|
||||
VITE_STATIC_HOST = ''
|
||||
|
||||
# 主页搜索子应用
|
||||
VITE_CHILD_HOMEWEB_HOST = 'https://local.gitcode.net:8001/child/homeweb-app'
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
openRepoPortal
|
||||
nginx
|
||||
dist-ssr
|
||||
coverage
|
||||
*.local
|
||||
|
||||
Reference in New Issue
Block a user