dev.yaml 989 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. storage:
  2. history_dialogue:
  3. api_base_url: http://ai-wechat-hook-internal.piaoquantv.com/wechat/message/getConversation
  4. user:
  5. mysql:
  6. host: rm-bp13g3ra2f59q49xs.mysql.rds.aliyuncs.com
  7. port: 3306
  8. user: wqsd
  9. password: wqsd@2025
  10. database: ai_agent
  11. charset: utf8mb4
  12. table: third_party_user
  13. user_relation:
  14. mysql:
  15. host: rm-bp17q95335a99272b.mysql.rds.aliyuncs.com
  16. port: 3306
  17. user: crawler
  18. password: crawler123456@
  19. database: growth
  20. charset: utf8mb4
  21. table:
  22. staff: we_com_staff
  23. relation: we_com_staff_with_user
  24. user: we_com_user
  25. staff:
  26. table: qywx_employee
  27. debug_flags:
  28. disable_llm_api_call: True
  29. use_local_user_storage: False
  30. console_input: False
  31. use_aliyun_mq: True
  32. mq:
  33. endpoints: rmq-cn-to347bo7k1g-vpc.cn-hangzhou.rmq.aliyuncs.com:8080
  34. instance_id: rmq-cn-to347bo7k1g
  35. receive_topic: qywx_receive_msg
  36. receive_group: qywx_receive_msg
  37. send_topic: qywx_send_msg