mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
10 lines
198 B
Lua
10 lines
198 B
Lua
local config = {
|
|
host = "127.0.0.1",
|
|
port = 6030,
|
|
database = "",
|
|
user = "root",
|
|
password = "taosdata",
|
|
max_packet_size = 1024 * 1024 ,
|
|
connection_pool_size = 64
|
|
}
|
|
return config
|