mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
* refactor: options and sample configurations * chore: newline at end of file * chore: format code * chore: remove comment and set sample configurations to default values * chore: use single quoted string in sample configuration files
10 lines
207 B
TOML
10 lines
207 B
TOML
mode = 'distributed'
|
|
datanode_rpc_addr = '127.0.0.1:3001'
|
|
http_addr = '0.0.0.0:4000'
|
|
|
|
[meta_client_opts]
|
|
metasrv_addr = '1.1.1.1:3002'
|
|
timeout_millis = 3000
|
|
connect_timeout_millis = 5000
|
|
tcp_nodelay = false
|