From 314f211260a7e4cf64a1cbfda652abd90d4ff90f Mon Sep 17 00:00:00 2001 From: chrislu Date: Wed, 26 Feb 2025 17:52:45 -0800 Subject: [PATCH] Update filer.toml --- weed/command/scaffold/filer.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!