From 6e0090e44f53f9e46f9d2e149cdddf11d16003ac Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 8 Apr 2017 00:00:27 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.