1.优化
Showing
1 changed file
with
4 additions
and
5 deletions
... | @@ -106,14 +106,13 @@ file: | ... | @@ -106,14 +106,13 @@ file: |
106 | avatarMaxSize: 5 | 106 | avatarMaxSize: 5 |
107 | 107 | ||
108 | engine: | 108 | engine: |
109 | # 部署类型 management:管理侧 service:服务侧 | ||
110 | platform: management | 109 | platform: management |
111 | # 可选参数 mobile:小屏 vis:大屏 如果是管理侧,则可以无需配置 | ||
112 | type: | 110 | type: |
113 | # 自定义mq配置 | ||
114 | mq: | 111 | mq: |
115 | exchange: uc.direct.management | 112 | exchange: uc.direct.management # 管理侧 |
116 | routingkey: uc.engine.service.direct | 113 | routingkey: uc.engine.service.direct # 管理侧 |
114 | # exchange: uc.direct # 服务侧 | ||
115 | # routingkey: uc.engine.management.direct # 服务侧 | ||
117 | 116 | ||
118 | weixin: | 117 | weixin: |
119 | list: | 118 | list: | ... | ... |
-
Please register or sign in to post a comment