Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwnloyblog committed Jan 8, 2025
1 parent 2d1c0dd commit eed12e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<p align="center">
<img align="left" height="110" src="./docs/logo.png">
<ul>
<li><strong>官网</strong>: https://www.jugglechat.com</li>
<li><strong>官网</strong>: https://www.juggle.im</li>
<li><strong>提问</strong>: https://github.com/juggleim/im-server/issues</li>
<li><strong>文档</strong>: https://www.jugglechat.com/docs/guide/intro/</li>
<li><strong>文档</strong>: https://www.juggle.im/docs/guide/intro/</li>
</ul>
</p>

Expand Down Expand Up @@ -39,7 +39,7 @@ _备注:由于微信群二维码有时间限制,加入微信讨论可优先

## 快速部署体验

部署文档(https://www.jugglechat.com/docs/guide/quickdeploy/)
部署文档(https://www.juggle.im/docs/guide/quickdeploy/)

## 手动部署

Expand Down Expand Up @@ -180,14 +180,14 @@ curl --request POST \

| 配置项 | 示例|备注 |
| ----: |:-----:|:----|
|IM 服务端 API 地址 | http://127.0.0.1:8082 | 供业务服务器访问IM服务的API接口地址,使用该接口可以注册IM用户,创建群,发送系统消息等,接口文档参考:https://www.jugglechat.com/docs/server/api/|
|IM 服务端 API 地址 | http://127.0.0.1:8082 | 供业务服务器访问IM服务的API接口地址,使用该接口可以注册IM用户,创建群,发送系统消息等,接口文档参考:https://www.juggle.im/docs/server/api/|
|app_key | appkey1 |应用的租户标识,在第4步中创建,可自定义,但要保证在系统内唯一 |
|app_secret| hciKcc6sXRDjYUQp | 应用对应的鉴权秘钥,创建应用时自动生成。如果想自定义的话,确保配置为16位的字符串。注意:确保该秘钥仅在业务服务器端使用,不要泄露到客户端。 |

2) 客户端SDK集成

| 配置项 | 示例|备注 |
| ----: |:-----:|:----|
|IM 服务的导航地址 | http://127.0.0.1:8081 | 客户端SDK初始化时需要传入,参考文档:https://www.jugglechat.com/docs/client/quickstart/android/ |
|IM 服务的导航地址 | http://127.0.0.1:8081 | 客户端SDK初始化时需要传入,参考文档:https://www.juggle.im/docs/client/quickstart/android/ |
|IM 服务的长连接地址| ws://127.0.0.1:9002| IM 的长连接地址,不需要配置到客户端,将有导航服务负责下发到SDK |
|app_key|appkey1|应用的租户标识,确保与业务服务器端配置的保持一致。|

0 comments on commit eed12e8

Please sign in to comment.