You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yudao/application-yolo-service.yml

7 lines
219 B
YAML

# YOLO Socket服务配置
yolo:
service:
enabled: true # 是否启用socket服务false则使用传统ProcessBuilder方式
host: localhost
port: 9999
timeout: 30000 # 连接超时时间(毫秒)