extract embed toml example to separate files

This commit is contained in:
bingoohuang
2021-07-05 11:16:49 +08:00
parent 5bcc77b46c
commit 5dbbe19c8b
8 changed files with 517 additions and 520 deletions

View File

@@ -0,0 +1,10 @@
[cluster]
default = "c1"
[cluster.c1]
master = "localhost:9333" # comma-separated master servers
filer = "localhost:8888" # filer host and port
[cluster.c2]
master = ""
filer = ""