aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-09 21:07:12 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-09 21:07:12 -0800
commit501bd72b1c9a88cadb5182cf9c13c2d796cf775f (patch)
treedbd04f1f45cd6b8d805bb1914986151ad6e7feaf /weed/command/master.go
parent729d71fd4cf07709331ba05dd075c54e2effabe9 (diff)
downloadseaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.tar.xz
seaweedfs-501bd72b1c9a88cadb5182cf9c13c2d796cf775f.zip
wip: add security.toml file
Diffstat (limited to 'weed/command/master.go')
-rw-r--r--weed/command/master.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/weed/command/master.go b/weed/command/master.go
index bd2267b9e..53c72852c 100644
--- a/weed/command/master.go
+++ b/weed/command/master.go
@@ -23,8 +23,11 @@ func init() {
var cmdMaster = &Command{
UsageLine: "master -port=9333",
Short: "start a master server",
- Long: `start a master server to provide volume=>location mapping service
- and sequence number of file ids
+ Long: `start a master server to provide volume=>location mapping service and sequence number of file ids
+
+ The configuration file "security.toml" is read from ".", "$HOME/.seaweedfs/", or "/etc/seaweedfs/", in that order.
+
+ The example security.toml configuration file can be generated by "weed scaffold -config=security"
`,
}