condition.config 337 B

123456789101112131415
  1. //配置文件
  2. {
  3. "faceSize":20,
  4. //用户信息可见性控制是否启?
  5. "userInfoController":false,
  6. //是否启用全市功能
  7. "otherServersDisable":false,
  8. //两字节的问题
  9. "newCenterServer":false,
  10. //用户信息完整性检?
  11. "userInfoCheck":true,
  12. "remoteUI":true,
  13. "remoteUIHost":"http://172.28.93.8:8080/LXTalkUI"
  14. }