diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-02-19 21:10:10 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-02-19 21:10:10 -0800 |
| commit | 0fa1be8c4b5485ff2f0491ea8983ff88eed4a186 (patch) | |
| tree | f2dfdd9ea051de8ecc5b842f59474ac14c378f5b /weed/command/scaffold.go | |
| parent | 6ed69de6bd5dcabc6fa70185bfcb772786b27517 (diff) | |
| download | seaweedfs-0fa1be8c4b5485ff2f0491ea8983ff88eed4a186.tar.xz seaweedfs-0fa1be8c4b5485ff2f0491ea8983ff88eed4a186.zip | |
adjust formatting and comments
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 11 |
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 = "" ` ) |
