diff --git a/config/edge.example.toml b/config/edge.example.toml new file mode 100644 index 0000000000..92965f5f08 --- /dev/null +++ b/config/edge.example.toml @@ -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"