summarylogtreecommitdiffstats
path: root/greptimedb.toml
blob: b9cc897dd0798f9b0f5a2549b506fed27e26cf32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
node_id = 0
mode = 'standalone'
http_addr = '0.0.0.0:4000'
wal_dir = "/var/lib/greptimedb/wal/"
enable_memory_catalog = false

[storage]
type = 'File'
data_dir = '/var/lib/greptimedb/data/'

[grpc_options]
addr = '0.0.0.0:4001'
runtime_size = 8

[mysql_options]
addr = '0.0.0.0:4002'
runtime_size = 2

[influxdb_options]
enable = true

[opentsdb_options]
addr = "0.0.0.0:4242"
enable = true
runtime_size = 2

[prometheus_options]
enable = true

[postgres_options]
addr = '0.0.0.0:4003'
runtime_size = 2
check_pwd = false