Skip to content

Commit

Permalink
feat: modify CN service domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hqer927 committed Sep 3, 2024
1 parent 8339592 commit 55ff48e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/CN/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FLAT_SERVER_DOMAIN=flat-api-dev.whiteboard.agora.io
UPDATE_DOMAIN=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
FLAT_WEB_DOMAIN=flat-web-dev.whiteboard.agora.io

FLAT_DOWNLOAD_URL=https://www.flat.shengwang.cn/#download
FLAT_DOWNLOAD_URL=https://www.flat.apprtc.cn/#download
FEEDBACK_URL=https://www.yuque.com/leooel/ec1kmm/vmsolg

CLOUD_RECORDING_DEFAULT_AVATAR=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg
Expand Down
6 changes: 3 additions & 3 deletions config/CN/.env.production
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FLAT_SERVER_DOMAIN=api.flat.shengwang.cn
FLAT_SERVER_DOMAIN=api.flat.apprtc.cn
UPDATE_DOMAIN=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
FLAT_WEB_DOMAIN=web.flat.shengwang.cn
FLAT_WEB_DOMAIN=web.flat.apprtc.cn

FLAT_DOWNLOAD_URL=https://www.flat.shengwang.cn/#download
FLAT_DOWNLOAD_URL=https://www.flat.apprtc.cn/#download
FEEDBACK_URL=https://www.yuque.com/leooel/ec1kmm/vmsolg

CLOUD_RECORDING_DEFAULT_AVATAR=https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg
Expand Down
4 changes: 2 additions & 2 deletions desktop/renderer-app/src/constants/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const FLAT_WEB_DOMAIN = process.env.FLAT_WEB_DOMAIN;

export const FLAT_WEB_BASE_URL = `https://${FLAT_WEB_DOMAIN}`;

export const PRIVACY_URL_CN = "https://www.flat.shengwang.cn/privacy.html";
export const PRIVACY_URL_CN = "https://www.flat.apprtc.cn/privacy.html";
export const PRIVACY_URL_EN = "https://flat.whiteboard.agora.io/en/privacy.html";

export const SERVICE_URL_CN = "https://www.flat.shengwang.cn/service.html";
export const SERVICE_URL_CN = "https://www.flat.apprtc.cn/service.html";
export const SERVICE_URL_EN = "https://flat.whiteboard.agora.io/en/service.html";
4 changes: 2 additions & 2 deletions packages/flat-pages/src/constants/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ export const NODE_ENV = process.env.NODE_ENV;

export const FLAT_DOWNLOAD_URL = process.env.FLAT_DOWNLOAD_URL;

export const PRIVACY_URL_CN = "https://www.flat.shengwang.cn/privacy.html";
export const PRIVACY_URL_CN = "https://www.flat.apprtc.cn/privacy.html";
export const PRIVACY_URL = "https://flat.whiteboard.agora.io/en/privacy.html";

export const SERVICE_URL_CN = "https://www.flat.shengwang.cn/service.html";
export const SERVICE_URL_CN = "https://www.flat.apprtc.cn/service.html";
export const SERVICE_URL = "https://flat.whiteboard.agora.io/en/service.html";

export const FLAT_WEB_BASE_URL = `https://${process.env.FLAT_WEB_DOMAIN}`;

0 comments on commit 55ff48e

Please sign in to comment.