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"