This commit is contained in:
van
2026-04-01 16:59:29 +08:00
parent 9ae74c999e
commit 75d7c8e6de
6 changed files with 108 additions and 49 deletions

View File

@@ -202,6 +202,8 @@ jarvis:
base-url: http://192.168.8.88:5001
fetch-path: /fetch_logistics
health-path: /health
# 每次定时任务最多处理多少条企微分享链待队列RPUSH 入队、LPOP 出队)
adhoc-pending-batch-size: 50
# 获取评论接口服务地址(后端转发,避免前端跨域)
fetch-comments:
base-url: http://192.168.8.60:5008

View File

@@ -202,6 +202,7 @@ jarvis:
base-url: http://127.0.0.1:5001
fetch-path: /fetch_logistics
health-path: /health
adhoc-pending-batch-size: 50
# 获取评论接口服务地址(后端转发)
fetch-comments:
base-url: http://192.168.8.60:5008