diff options
| author | chrislu <chris.lu@gmail.com> | 2025-02-26 17:52:45 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-02-26 17:52:45 -0800 |
| commit | 314f211260a7e4cf64a1cbfda652abd90d4ff90f (patch) | |
| tree | 0747f14f68e2164983851199746237dbb4ba79a7 | |
| parent | 9bd4c47299a2c2c63c2e817af718efdbf12b6362 (diff) | |
| download | seaweedfs-314f211260a7e4cf64a1cbfda652abd90d4ff90f.tar.xz seaweedfs-314f211260a7e4cf64a1cbfda652abd90d4ff90f.zip | |
Update filer.toml
| -rw-r--r-- | weed/command/scaffold/filer.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml index 7e61e8e88..236e64e09 100644 --- a/weed/command/scaffold/filer.toml +++ b/weed/command/scaffold/filer.toml @@ -270,7 +270,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 +# 1. Add a name following the store type separated by a dot ".". E.g., cassandra2.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! |
