aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold/shell.toml
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-07-04 21:38:15 -0700
committerGitHub <noreply@github.com>2021-07-04 21:38:15 -0700
commit4ab25fa39533f254bb8dac780ce6b005a9dbc80c (patch)
tree757bc2cc45fc1016cb89b33a83bc2d50554b0efa /weed/command/scaffold/shell.toml
parent5bcc77b46cd96c096bad7afbd8544496d828cff6 (diff)
parent5dbbe19c8b3d7081de90f282189cc9589d29581c (diff)
downloadseaweedfs-4ab25fa39533f254bb8dac780ce6b005a9dbc80c.tar.xz
seaweedfs-4ab25fa39533f254bb8dac780ce6b005a9dbc80c.zip
Merge pull request #2181 from bingoohuang/master
extract embed toml example to separate files
Diffstat (limited to 'weed/command/scaffold/shell.toml')
-rw-r--r--weed/command/scaffold/shell.toml10
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 = ""