This commit is contained in:
Chris Lu
2018-05-27 11:14:29 -07:00
parent a6a6b87f1b
commit 03d76479a5
3 changed files with 179 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ hosts=[
"localhost:9042",
]
[redis]
enabled = true
address = "localhost:6379"
password = ""
db = 0
`
)