2026-06-12 19:40:21 +08:00

14 lines
389 B
YAML

service_name: robot-service
node_id: robot-local
environment: local
grpc_addr: ":13011"
health_http_addr: ":13111"
mysql_dsn: "hyapp:hyapp@tcp(127.0.0.1:23306)/hyapp_robot?parseTime=true&charset=utf8mb4&loc=UTC&multiStatements=true"
legacy_game_database: "hyapp_game"
log:
level: info
format: json
include_request_body: false
include_response_body: false
max_payload_bytes: 2048