默认不进行注册表报送,通过命令unilabos-register或者增加启动参数

This commit is contained in:
Xuwznln
2025-06-17 15:58:56 +08:00
parent af812d630a
commit b1dae6da17
5 changed files with 27 additions and 12 deletions

View File

@@ -10,8 +10,9 @@ from unilabos.utils import logger
class BasicConfig:
ENV = "pro" # 'test'
config_path = ""
is_host_mode = True # 从registry.py移动过来
is_host_mode = True
slave_no_host = False # 是否跳过rclient.wait_for_service()
upload_registry = False
machine_name = "undefined"
vis_2d_enable = False