Merge pull request #9 from GreptimeTeam/docs/edge-example-toml

docs(config): Add edge example
This commit is contained in:
Lei, HUANG
2023-03-14 16:25:29 +08:00
committed by GitHub

11
config/edge.example.toml Normal file
View File

@@ -0,0 +1,11 @@
# 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"