File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
desktop/renderer-app/src/constants
packages/flat-pages/src/constants Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FLAT_SERVER_DOMAIN=flat-api-dev.whiteboard.agora.io
2
2
UPDATE_DOMAIN = https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
3
3
FLAT_WEB_DOMAIN = flat-web-dev.whiteboard.agora.io
4
4
5
- FLAT_DOWNLOAD_URL = https://www.flat.shengwang .cn/#download
5
+ FLAT_DOWNLOAD_URL = https://www.flat.apprtc .cn/#download
6
6
FEEDBACK_URL = https://www.yuque.com/leooel/ec1kmm/vmsolg
7
7
8
8
CLOUD_RECORDING_DEFAULT_AVATAR = https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg
Original file line number Diff line number Diff line change 1
- FLAT_SERVER_DOMAIN = api.flat.shengwang .cn
1
+ FLAT_SERVER_DOMAIN = api.flat.apprtc .cn
2
2
UPDATE_DOMAIN = https://flat-storage.oss-cn-hangzhou.aliyuncs.com/versions
3
- FLAT_WEB_DOMAIN = web.flat.shengwang .cn
3
+ FLAT_WEB_DOMAIN = web.flat.apprtc .cn
4
4
5
- FLAT_DOWNLOAD_URL = https://www.flat.shengwang .cn/#download
5
+ FLAT_DOWNLOAD_URL = https://www.flat.apprtc .cn/#download
6
6
FEEDBACK_URL = https://www.yuque.com/leooel/ec1kmm/vmsolg
7
7
8
8
CLOUD_RECORDING_DEFAULT_AVATAR = https://flat-storage.oss-cn-hangzhou.aliyuncs.com/flat-resources/cloud-recording/default-avatar.jpg
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ export const FLAT_WEB_DOMAIN = process.env.FLAT_WEB_DOMAIN;
5
5
6
6
export const FLAT_WEB_BASE_URL = `https://${ FLAT_WEB_DOMAIN } ` ;
7
7
8
- export const PRIVACY_URL_CN = "https://www.flat.shengwang .cn/privacy.html" ;
8
+ export const PRIVACY_URL_CN = "https://www.flat.apprtc .cn/privacy.html" ;
9
9
export const PRIVACY_URL_EN = "https://flat.whiteboard.agora.io/en/privacy.html" ;
10
10
11
- export const SERVICE_URL_CN = "https://www.flat.shengwang .cn/service.html" ;
11
+ export const SERVICE_URL_CN = "https://www.flat.apprtc .cn/service.html" ;
12
12
export const SERVICE_URL_EN = "https://flat.whiteboard.agora.io/en/service.html" ;
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ export const NODE_ENV = process.env.NODE_ENV;
2
2
3
3
export const FLAT_DOWNLOAD_URL = process . env . FLAT_DOWNLOAD_URL ;
4
4
5
- export const PRIVACY_URL_CN = "https://www.flat.shengwang .cn/privacy.html" ;
5
+ export const PRIVACY_URL_CN = "https://www.flat.apprtc .cn/privacy.html" ;
6
6
export const PRIVACY_URL = "https://flat.whiteboard.agora.io/en/privacy.html" ;
7
7
8
- export const SERVICE_URL_CN = "https://www.flat.shengwang .cn/service.html" ;
8
+ export const SERVICE_URL_CN = "https://www.flat.apprtc .cn/service.html" ;
9
9
export const SERVICE_URL = "https://flat.whiteboard.agora.io/en/service.html" ;
10
10
11
11
export const FLAT_WEB_BASE_URL = `https://${ process . env . FLAT_WEB_DOMAIN } ` ;
You can’t perform that action at this time.
0 commit comments