可信代码库-中国移动部署环境配置修改

This commit is contained in:
付民康
2025-06-05 10:36:27 +08:00
parent f08f8696d4
commit 2be74029a4
2 changed files with 5 additions and 2 deletions

View File

@@ -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
View File

@@ -13,6 +13,7 @@ node_modules
.DS_Store
dist
openRepoPortal
nginx
dist-ssr
coverage
*.local