mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 04:42:56 +00:00
18 lines
344 B
TOML
18 lines
344 B
TOML
node_id = 42
|
|
rpc_addr = '0.0.0.0:3001'
|
|
wal_dir = '/tmp/greptimedb/wal'
|
|
rpc_runtime_size = 8
|
|
mode = "standalone"
|
|
mysql_addr = '0.0.0.0:3306'
|
|
mysql_runtime_size = 4
|
|
|
|
[storage]
|
|
type = 'File'
|
|
data_dir = '/tmp/greptimedb/data/'
|
|
|
|
[meta_client_opts]
|
|
metasrv_addr = "1.1.1.1:3002"
|
|
timeout_millis = 3000
|
|
connect_timeout_millis = 5000
|
|
tcp_nodelay = true
|