更新启动逻辑

This commit is contained in:
Xuwznln
2025-08-01 12:12:30 +08:00
parent ed123db5e9
commit fab90f0b46
3 changed files with 25 additions and 18 deletions

View File

@@ -8,9 +8,9 @@ class MQConfig:
broker_url = ""
port = 1883
ca_file = "CA.crt"
cert_file = "lab.crt"
key_file = "lab.key"
ca_file = "./CA.crt"
cert_file = "./lab.crt"
key_file = "./lab.key"
# HTTP配置
class HTTPConfig: