取消labid 和 强制config输入

This commit is contained in:
Xuwznln
2025-09-10 20:55:24 +08:00
parent 81bcc1907d
commit 22b88c8441
3 changed files with 9 additions and 67 deletions

View File

@@ -1,18 +1 @@
# MQTT配置
class MQConfig:
lab_id = ""
instance_id = ""
access_key = ""
secret_key = ""
group_id = ""
broker_url = ""
port = 1883
ca_file = "./CA.crt"
cert_file = "./lab.crt"
key_file = "./lab.key"
# HTTP配置
class HTTPConfig:
remote_addr = "https://uni-lab.bohrium.com/api/v1"
# 暂无配置