add redis password auth

This commit is contained in:
Larry 2017-07-01 20:12:56 -04:00 committed by GitHub
parent 350a6eb44c
commit a30a9d0ba6
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
},
"redis": {
"host": "127.0.0.1",
"port": 6379
"port": 6379,
"password": ""
}
},