Version: 0.9.78.dev.260506

This commit is contained in:
Losita
2026-05-06 00:30:08 +08:00
parent 3b6fca44a6
commit 33227e48a7
71 changed files with 13137 additions and 62 deletions

View File

@@ -37,6 +37,25 @@ userauth:
- "127.0.0.1:9081"
timeout: 2s
# 计划广场 zrpc 独立服务与网关客户端配置。
taskclassforum:
rpc:
listenOn: "0.0.0.0:9090"
endpoints:
- "127.0.0.1:9090"
timeout: 2s
# Token 商店 zrpc 独立服务与网关客户端配置。
tokenstore:
reward:
forumLikeAmount: 1
forumImportAmount: 5
rpc:
listenOn: "0.0.0.0:9095"
endpoints:
- "127.0.0.1:9095"
timeout: 2s
# Kafka outbox 事件总线配置。
kafka:
enabled: true