docs: update format
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
83aaa37faf
commit
2b4cab0a95
|
@ -96,7 +96,7 @@ log:
|
||||||
stat:
|
stat:
|
||||||
engine: "memory" # support memory, redis, boltdb, buntdb or leveldb
|
engine: "memory" # support memory, redis, boltdb, buntdb or leveldb
|
||||||
redis:
|
redis:
|
||||||
cluster: false
|
cluster: false
|
||||||
addr: "localhost:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
addr: "localhost:6379" # if cluster is true, you may set this to "localhost:6379,localhost:6380,localhost:6381"
|
||||||
password: ""
|
password: ""
|
||||||
db: 0
|
db: 0
|
||||||
|
|
Loading…
Reference in New Issue