mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-17 02:32:56 +00:00
12 lines
218 B
TOML
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"
|