Bläddra i källkod

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

mqy20260511
humanleft 2 veckor sedan
förälder
incheckning
47a20a4280
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. 3
    2
      deploy/config/explorer.toml

+ 3
- 2
deploy/config/explorer.toml Visa fil

34
 # This configuration is also the target for data migration tasks.
34
 # This configuration is also the target for data migration tasks.
35
 #
35
 #
36
 # Default is "http://localhost:6041" - the default endpoint for REST API.
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
 # native endpoint to connect to the cluster.
42
 # native endpoint to connect to the cluster.
42
 # Default is disabled. To enable it, set it to the native API URL like "taos://localhost:6030" and uncomment it.
43
 # Default is disabled. To enable it, set it to the native API URL like "taos://localhost:6030" and uncomment it.

Laddar…
Avbryt
Spara