aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold/shell.toml
blob: 288ae2efe1212ef0f7f6f8a7de8e58ac642ec8d7 (plain)
1
2
3
4
5
6
7
8
9
10
[cluster]
default = "c1"

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

[cluster.c2]
master = ""
filer = ""