mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
45 lines
668 B
TOML
45 lines
668 B
TOML
node_id = 0
|
|
mode = 'standalone'
|
|
enable_memory_catalog = false
|
|
|
|
[http_options]
|
|
addr = '127.0.0.1:4000'
|
|
timeout = "30s"
|
|
|
|
[wal]
|
|
dir = "/tmp/greptimedb/wal"
|
|
file_size = 1073741824
|
|
purge_interval = 600
|
|
purge_threshold = 53687091200
|
|
read_batch_size = 128
|
|
sync_write = false
|
|
|
|
|
|
[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
|