aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index cdcb570bf..2e7aa0cb6 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -194,5 +194,13 @@ google_application_credentials = "/path/to/x.json" # path to json credential fil
bucket = "your_bucket_seaweedfs" # an existing bucket
directory = "/" # destination directory
+[sink.azure]
+# experimental
+enabled = false
+account_name = ""
+account_key = ""
+container = "mycontainer" # an existing container
+directory = "" # destination directory (do not prefix or suffix with "/")
+
`
)