Browse Source

filer.toml: add username and keyPrefix to redis2.tmp example

pull/7591/head
chrislu 2 days ago
parent
commit
6ba964b98a
  1. 2
      weed/command/scaffold/filer.toml

2
weed/command/scaffold/filer.toml

@ -389,8 +389,10 @@ dialTimeOut = 10
enabled = false
location = "/tmp/"
address = "localhost:6379"
username = ""
password = ""
database = 1
keyPrefix = ""
[tikv]
enabled = false

Loading…
Cancel
Save