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:
parent
2425939282
commit
6e0090e44f
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue