Files
greptimedb/config/edge.example.toml
2023-03-14 16:02:11 +08:00

12 lines
218 B
TOML

# WAL options.
[wal]
# WAL data directory.
dir = "/tmp/greptimedb/wal"
# Storage options.
[storage]
# Storage type.
type = "File"
# Data directory, "/tmp/greptimedb/data" by default.
data_dir = "/tmp/greptimedb/data"