Skip to content

Commit 46891c2

Browse files
committed
d: add custom api domain config
1 parent cdb8d76 commit 46891c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ If you are interested in the commercial version of NESHouse, further information
6161
```js
6262
const AVAPPID = "" // LeanCloud AppID
6363
const AVAPPKEY = "" // LeanCloud AppKey
64+
const AVAPPURL = "" // LeanCloud Custom api domain
65+
6466
const BASEURL = "" // The path where the final page is located, the generated share link will be generated based on this address
6567
const DEFAULT_TEXT = "Please contact <a href='mailto:bestony@linux.com'>bestony@linux.com</a> to Learn more" // Text displayed at the top of the page
6668
const AGORAAPPID = "" // AppID for Agora

readme.zh.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ NesHouse 是一个基于 Agora、LeanCloud 服务,使用 Alpine.js 、Bulma Cs
6363
```js
6464
const AVAPPID = "" // LeanCloud AppID
6565
const AVAPPKEY = "" // LeanCloud AppKey
66+
const AVAPPURL = "" // LeanCloud api 自定义域名
67+
6668
const BASEURL = "" // 最终网页所在的路径,生成的分享链接会基于这个地址产生
6769
const DEFAULT_TEXT = "Please contact <a href='mailto:bestony@linux.com'>bestony@linux.com</a> to Learn more" // 页面顶部展示的文字
6870
const AGORAAPPID = "" // 声网服务的 AppID

0 commit comments

Comments
 (0)