docs(config): Add edge example

This commit is contained in:
evenyag
2023-03-14 16:02:11 +08:00
parent 65b61e78ad
commit 0877dabce2

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"