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 enabled = false
location = "/tmp/" location = "/tmp/"
address = "localhost:6379" address = "localhost:6379"
username = ""
password = "" password = ""
database = 1 database = 1
keyPrefix = ""
[tikv] [tikv]
enabled = false enabled = false

Loading…
Cancel
Save