aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-02-26 17:52:45 -0800
committerchrislu <chris.lu@gmail.com>2025-02-26 17:52:45 -0800
commit314f211260a7e4cf64a1cbfda652abd90d4ff90f (patch)
tree0747f14f68e2164983851199746237dbb4ba79a7
parent9bd4c47299a2c2c63c2e817af718efdbf12b6362 (diff)
downloadseaweedfs-314f211260a7e4cf64a1cbfda652abd90d4ff90f.tar.xz
seaweedfs-314f211260a7e4cf64a1cbfda652abd90d4ff90f.zip
Update filer.toml
-rw-r--r--weed/command/scaffold/filer.toml2
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!