From 5d39012ed895dcc4d1a64639121ca3e4fa085b48 Mon Sep 17 00:00:00 2001 From: Jiang Bian Date: Tue, 29 Oct 2013 22:14:19 -0500 Subject: [PATCH] remove passwrod from config sample --- config_sample.json | 2 +- tests/config_sample.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_sample.json b/config_sample.json index 50b5217..a989152 100644 --- a/config_sample.json +++ b/config_sample.json @@ -23,7 +23,7 @@ "host": "localhost", "port": 6379, "db": 0, - "password": "iloveusm" + "password": "PASSWORD" }, "verbose": "True", "output": "./data" diff --git a/tests/config_sample.json b/tests/config_sample.json index 50b5217..a989152 100644 --- a/tests/config_sample.json +++ b/tests/config_sample.json @@ -23,7 +23,7 @@ "host": "localhost", "port": 6379, "db": 0, - "password": "iloveusm" + "password": "PASSWORD" }, "verbose": "True", "output": "./data"