hyapp-server/services/statistics-service/configs/config.tencent.example.yaml
2026-05-27 17:27:13 +08:00

42 lines
1.1 KiB
YAML

service_name: statistics-service
node_id: statistics-prod-1
environment: prod
health_http_addr: ":13110"
query_http_addr: ":13010"
mysql_dsn: "${STATISTICS_MYSQL_DSN}"
rocketmq:
enabled: true
name_servers: []
name_server_domain: "${ROCKETMQ_NAME_SERVER_DOMAIN}"
access_key: "${ROCKETMQ_ACCESS_KEY}"
secret_key: "${ROCKETMQ_SECRET_KEY}"
security_token: ""
namespace: "${ROCKETMQ_NAMESPACE}"
vip_channel: false
wallet_outbox:
enabled: true
topic: "hyapp_wallet_outbox"
consumer_group: "hyapp-statistics-wallet-outbox"
consumer_max_reconsume_times: 16
room_outbox:
enabled: true
topic: "hyapp_room_outbox"
consumer_group: "hyapp-statistics-room-outbox"
consumer_max_reconsume_times: 16
user_outbox:
enabled: true
topic: "hyapp_user_outbox"
consumer_group: "hyapp-statistics-user-outbox"
consumer_max_reconsume_times: 16
game_outbox:
enabled: true
topic: "hyapp_game_outbox"
consumer_group: "hyapp-statistics-game-outbox"
consumer_max_reconsume_times: 16
log:
level: info
format: json
include_request_body: false
include_response_body: false
max_payload_bytes: 4096