You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

openim-config.yaml 1.8 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Copyright © 2023 OpenIM open source community. All rights reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. # diff config in OpenIM-Server
  15. secret: openkf
  16. callback:
  17. url: http://127.0.0.1:10010/api/v1/openim/callback
  18. beforeSendSingleMsg:
  19. enable: true
  20. timeout: 5
  21. failedContinue: true
  22. afterSendSingleMsg:
  23. enable: true
  24. timeout: 5
  25. beforeSendGroupMsg:
  26. enable: false
  27. timeout: 5
  28. failedContinue: true
  29. afterSendGroupMsg:
  30. enable: false
  31. timeout: 5
  32. msgModify:
  33. enable: true
  34. timeout: 5
  35. failedContinue: true
  36. userOnline:
  37. enable: true
  38. timeout: 5
  39. userOffline:
  40. enable: true
  41. timeout: 5
  42. userKickOff:
  43. enable: false
  44. timeout: 5
  45. offlinePush:
  46. enable: true
  47. timeout: 5
  48. failedContinue: true
  49. onlinePush:
  50. enable: true
  51. timeout: 5
  52. failedContinue: true
  53. superGroupOnlinePush:
  54. enable: false
  55. timeout: 5
  56. failedContinue: true
  57. beforeAddFriend:
  58. enable: false
  59. timeout: 5
  60. failedContinue: true
  61. beforeCreateGroup:
  62. enable: false
  63. timeout: 5
  64. failedContinue: true
  65. beforeMemberJoinGroup:
  66. enable: false
  67. timeout: 5
  68. failedContinue: true
  69. beforeSetGroupMemberInfo:
  70. enable: false
  71. timeout: 5
  72. failedContinue: true
  73. setMessageReactionExtensions:
  74. enable: false
  75. timeout: 5
  76. failedContinue: true