瀏覽代碼

fix: explorer.toml 恢复 REST API cluster,保留 cluster_native 辅助

mqy20260511
humanleft 2 週之前
父節點
當前提交
47a20a4280
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      deploy/config/explorer.toml

+ 3
- 2
deploy/config/explorer.toml 查看文件

@@ -34,9 +34,10 @@ log_level = "info"
34 34
 # This configuration is also the target for data migration tasks.
35 35
 #
36 36
 # Default is "http://localhost:6041" - the default endpoint for REST API.
37
-# Note: taos-explorer now uses native connection instead of REST API.
37
+# Note: taos-explorer requires REST API for registration/login.
38
+# cluster_native is optional performance boost for data migration only.
38 39
 #
39
-# cluster = "http://localhost:6041"
40
+cluster = "http://172.21.185.173:6041"
40 41
 
41 42
 # native endpoint to connect to the cluster.
42 43
 # Default is disabled. To enable it, set it to the native API URL like "taos://localhost:6030" and uncomment it.

Loading…
取消
儲存