diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-15 03:11:34 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-15 03:11:34 -0700 |
| commit | f9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504 (patch) | |
| tree | 0955ddc73b059181073f98b1aac3dfadce93b6dc /weed/command | |
| parent | 896a85d6e4858a48018fcb7fc41026fcb3861dea (diff) | |
| parent | e0064ae0979f32ec73247029a723939f81086d29 (diff) | |
| download | seaweedfs-f9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504.tar.xz seaweedfs-f9e3e7d1c4a99cb7ce3cee4a5f405eb6ca210504.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/scaffold.go | 2 | ||||
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 | ||||
| -rw-r--r-- | weed/command/scaffold/notification.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 2c3a89ada..b37254bb5 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -22,7 +22,7 @@ var cmdScaffold = &Command{ export WEED_MYSQL_PASSWORD=some_password Environment variable rules: * Prefix the variable name with "WEED_" - * Upppercase the reset of variable name. + * Uppercase the reset of variable name. * Replace '.' with '_' `, diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 860d8b291..d8833a917 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -314,7 +314,7 @@ dialTimeOut = 10 # To add path-specific filer store: # # 1. Add a name following the store type separated by a dot ".". E.g., cassandra.tmp -# 2. Add a location configuraiton. E.g., location = "/tmp/" +# 2. Add a location configuration. E.g., location = "/tmp/" # 3. Copy and customize all other configurations. # Make sure they are not the same if using the same store type! # 4. Set enabled to true diff --git a/weed/command/scaffold/notification.toml b/weed/command/scaffold/notification.toml index f35101edd..4ddb3d4f6 100644 --- a/weed/command/scaffold/notification.toml +++ b/weed/command/scaffold/notification.toml @@ -10,7 +10,7 @@ # send and receive filer updates for each file to an external message queue #################################################### [notification.log] -# this is only for debugging perpose and does not work with "weed filer.replicate" +# this is only for debugging purpose and does not work with "weed filer.replicate" enabled = false |
