mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 05:20:37 +00:00
35 lines
564 B
TOML
35 lines
564 B
TOML
node_id = 0
|
|
mode = 'standalone'
|
|
http_addr = '127.0.0.1:4000'
|
|
datanode_mysql_addr = '127.0.0.1:4406'
|
|
datanode_mysql_runtime_size = 4
|
|
wal_dir = '/tmp/greptimedb/wal/'
|
|
|
|
[storage]
|
|
type = 'File'
|
|
data_dir = '/tmp/greptimedb/data/'
|
|
|
|
[grpc_options]
|
|
addr = '127.0.0.1:4001'
|
|
runtime_size = 8
|
|
|
|
[mysql_options]
|
|
addr = '127.0.0.1:4002'
|
|
runtime_size = 2
|
|
|
|
[influxdb_options]
|
|
enable = true
|
|
|
|
[opentsdb_options]
|
|
addr = '127.0.0.1:4242'
|
|
enable = true
|
|
runtime_size = 2
|
|
|
|
[prometheus_options]
|
|
enable = true
|
|
|
|
[postgres_options]
|
|
addr = '127.0.0.1:4003'
|
|
runtime_size = 2
|
|
check_pwd = false
|