mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"filetype": "query",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"confirm_parameter_prompt": "no",
|
|
"databases": "test",
|
|
"query_times": 100,
|
|
"query_mode": "taosc"
|
|
}
|