All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
47 lines
765 B
TOML
47 lines
765 B
TOML
default_timezone = "UTC"
|
|
default_column_prefix = "greptime"
|
|
init_regions_in_background = false
|
|
init_regions_parallelism = 16
|
|
max_concurrent_queries = 0
|
|
|
|
[http]
|
|
addr = "127.0.0.1:4000"
|
|
timeout = "0s"
|
|
body_limit = "64MB"
|
|
enable_cors = true
|
|
prom_validation_mode = "strict"
|
|
|
|
[grpc]
|
|
bind_addr = "127.0.0.1:4001"
|
|
runtime_size = 8
|
|
|
|
[grpc.tls]
|
|
mode = "disable"
|
|
|
|
[mysql]
|
|
enable = true
|
|
addr = "127.0.0.1:4002"
|
|
runtime_size = 2
|
|
keep_alive = "0s"
|
|
prepared_stmt_cache_size = 10000
|
|
|
|
[mysql.tls]
|
|
mode = "disable"
|
|
|
|
[postgres]
|
|
enable = true
|
|
addr = "127.0.0.1:4003"
|
|
runtime_size = 2
|
|
keep_alive = "0s"
|
|
|
|
[postgres.tls]
|
|
mode = "disable"
|
|
|
|
[storage]
|
|
data_home = "/var/lib/greptimedb/standalone"
|
|
|
|
[logging]
|
|
dir = "/var/log/greptimedb/standalone"
|
|
level = "info"
|
|
enable_otlp_tracing = false
|