diff options
Diffstat (limited to 'weed/command/scaffold/shell.toml')
| -rw-r--r-- | weed/command/scaffold/shell.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/weed/command/scaffold/shell.toml b/weed/command/scaffold/shell.toml new file mode 100644 index 000000000..288ae2efe --- /dev/null +++ b/weed/command/scaffold/shell.toml @@ -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 = "" |
