|
|
@@ -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.
|