Permalink
Browse files

remove passwrod from config sample

  • Loading branch information...
1 parent 55fa4dc commit 5d39012ed895dcc4d1a64639121ca3e4fa085b48 Jiang Bian committed Oct 30, 2013
Showing with 2 additions and 2 deletions.
  1. +1 −1 config_sample.json
  2. +1 −1 tests/config_sample.json
View
@@ -23,7 +23,7 @@
"host": "localhost",
"port": 6379,
"db": 0,
- "password": "iloveusm"
+ "password": "PASSWORD"
},
"verbose": "True",
"output": "./data"
View
@@ -23,7 +23,7 @@
"host": "localhost",
"port": 6379,
"db": 0,
- "password": "iloveusm"
+ "password": "PASSWORD"
},
"verbose": "True",
"output": "./data"

0 comments on commit 5d39012

Please sign in to comment.