diff --git a/conf/config.js b/conf/config.js index 016f2d0..2a1e9e2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -125,10 +125,10 @@ module.exports = { For the most up to date solution, use the default storage adaptor. */ storage: './storage/file', - { - storage: 'cryptpad-level-store', - levelPath: './datastore.db', - }, + //{ + //storage: 'cryptpad-level-store', + //levelPath: './datastore.db', + //}, /* Cryptpad stores each document in an individual file on your hard drive. Specify a directory where files should be stored.