aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-19 21:10:10 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-19 21:10:10 -0800
commit0fa1be8c4b5485ff2f0491ea8983ff88eed4a186 (patch)
treef2dfdd9ea051de8ecc5b842f59474ac14c378f5b /weed/command/scaffold.go
parent6ed69de6bd5dcabc6fa70185bfcb772786b27517 (diff)
downloadseaweedfs-0fa1be8c4b5485ff2f0491ea8983ff88eed4a186.tar.xz
seaweedfs-0fa1be8c4b5485ff2f0491ea8983ff88eed4a186.zip
adjust formatting and comments
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index e8608e9dd..cb0a726ce 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -257,27 +257,28 @@ key = ""
# volume server also uses grpc that should be secured.
-# all grpc tls authentications are mutual
+# all grpc tls authentications are mutual
+# the values for the following ca, cert, and key are paths to the PERM files.
[grpc]
ca = ""
[grpc.volume]
cert = ""
-key = ""
+key = ""
[grpc.master]
cert = ""
-key = ""
+key = ""
[grpc.filer]
cert = ""
-key = ""
+key = ""
# use this for any place needs a grpc client
# i.e., "weed backup|benchmark|filer.copy|filer.replicate|mount|s3|upload"
[grpc.client]
cert = ""
-key = ""
+key = ""
`
)