mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
9 lines
127 B
TOML
9 lines
127 B
TOML
[cluster]
|
|
default = "c1"
|
|
|
|
[cluster.c1]
|
|
master = "localhost:9333" # comma-separated master servers
|
|
|
|
[cluster.c2]
|
|
master = ""
|