hyapp-server/services/wallet-service/configs/config.tencent.example.yaml
2026-05-12 21:51:39 +08:00

14 lines
381 B
YAML

service_name: wallet-service
node_id: wallet-tencent
environment: prod
log:
level: info
format: json
include_request_body: false
include_response_body: false
max_payload_bytes: 2048
grpc_addr: ":13004"
health_http_addr: ":13104"
mysql_dsn: "USER:PASSWORD@tcp(TENCENT_CDB_HOST:3306)/hyapp_wallet?parseTime=true&charset=utf8mb4&loc=UTC&tls=false"
mysql_auto_migrate: false