mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +08:00
alter yaml cfg
This commit is contained in:
parent
994cebea82
commit
2647e1cdac
@ -60,6 +60,7 @@ serverip: 0.0.0.0
|
|||||||
# endpoints 内部组件间访问的端点host名称,访问时,可以内部直接访问 host:port 来访问
|
# endpoints 内部组件间访问的端点host名称,访问时,可以内部直接访问 host:port 来访问
|
||||||
endpoints:
|
endpoints:
|
||||||
api: openim_api
|
api: openim_api
|
||||||
|
cmsapi: openim_cms_api
|
||||||
push: openim_push
|
push: openim_push
|
||||||
msg_gateway: openim_msg_gateway
|
msg_gateway: openim_msg_gateway
|
||||||
rpc_auth: openim_rpc_auth
|
rpc_auth: openim_rpc_auth
|
||||||
@ -67,6 +68,9 @@ endpoints:
|
|||||||
rpc_group: openim_rpc_group
|
rpc_group: openim_rpc_group
|
||||||
rpc_msg: openim_rpc_msg
|
rpc_msg: openim_rpc_msg
|
||||||
rpc_user: openim_rpc_user
|
rpc_user: openim_rpc_user
|
||||||
|
rpc_statistic: openim_rpc_statistic
|
||||||
|
rpc_admin_cms: openim_rpc_admin_cms
|
||||||
|
rpc_message_cms: openim_rpc_admin_cms
|
||||||
|
|
||||||
api:
|
api:
|
||||||
openImApiPort: [ 10000 ]
|
openImApiPort: [ 10000 ]
|
||||||
@ -94,8 +98,8 @@ rpcport:
|
|||||||
openImPushPort: [ 10700 ]
|
openImPushPort: [ 10700 ]
|
||||||
openImOpenImStatisticPort: [ 10800 ]
|
openImOpenImStatisticPort: [ 10800 ]
|
||||||
OpenImMessageCMSPort: [ 10900 ]
|
OpenImMessageCMSPort: [ 10900 ]
|
||||||
openImAdminCMSPort: [11000]
|
openImAdminCMSPort: [ 11000 ]
|
||||||
c2c:
|
c2c:git
|
||||||
callbackBeforeSendMsg:
|
callbackBeforeSendMsg:
|
||||||
switch: false
|
switch: false
|
||||||
timeoutStrategy: 1 #1:send
|
timeoutStrategy: 1 #1:send
|
||||||
@ -153,7 +157,7 @@ push:
|
|||||||
pushIntent: "intent:#Intent;component=io.openim.app.enterprisechat/io.openim.app.enterprisechat.MainActivity;end"
|
pushIntent: "intent:#Intent;component=io.openim.app.enterprisechat/io.openim.app.enterprisechat.MainActivity;end"
|
||||||
manager:
|
manager:
|
||||||
appManagerUid: [ "openIM123456","openIM654321", "openIM333", "openIMAdmin"]
|
appManagerUid: [ "openIM123456","openIM654321", "openIM333", "openIMAdmin"]
|
||||||
secrets: [ "openIM1","openIM2", "openIM333" ]
|
secrets: [ "openIM1","openIM2", "openIM333", "openIMAdmin"]
|
||||||
|
|
||||||
secret: tuoyun
|
secret: tuoyun
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user