diff --git a/config.js b/config.js index 52ad004..25525ea 100644 --- a/config.js +++ b/config.js @@ -33,11 +33,8 @@ }, "storage": { - "type": "redis", - "host": "0.0.0.0", - "port": 6379, - "db": 2, - "expire": 2592000 + "path": "./data", + "type": "file" }, "documents": {