aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/configuration.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/configuration.go')
-rw-r--r--weed/filer2/configuration.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/filer2/configuration.go b/weed/filer2/configuration.go
index 0112a883b..16c0f3fd0 100644
--- a/weed/filer2/configuration.go
+++ b/weed/filer2/configuration.go
@@ -74,6 +74,12 @@ hosts=[
"localhost:9042",
]
+[redis]
+enabled = true
+address = "localhost:6379"
+password = ""
+db = 0
+
`
)