seaweedfs/weed/command/scaffold/shell.toml

11 lines
189 B
TOML
Raw Normal View History

[cluster]
default = "c1"
[cluster.c1]
master = "localhost:9333" # comma-separated master servers
filer = "localhost:8888" # filer host and port
[cluster.c2]
master = ""
filer = ""