1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update config.js

This commit is contained in:
frju365 2017-04-08 00:00:27 +02:00 committed by GitHub
parent 2425939282
commit 6e0090e44f

View file

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