mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 21:32:58 +00:00
13 lines
241 B
TOML
13 lines
241 B
TOML
mode = 'distributed'
|
|
datanode_rpc_addr = '127.0.0.1:3001'
|
|
|
|
[http_options]
|
|
addr = '127.0.0.1:4000'
|
|
timeout = "30s"
|
|
|
|
[meta_client_opts]
|
|
metasrv_addrs = ['127.0.0.1:3002']
|
|
timeout_millis = 3000
|
|
connect_timeout_millis = 5000
|
|
tcp_nodelay = false
|