drop support for configuration points we can't possibly support

This commit is contained in:
ansuz
2019-12-23 17:28:01 -05:00
parent 4c51d464fd
commit 67cde69120
2 changed files with 3 additions and 36 deletions

View File

@@ -272,7 +272,6 @@ module.exports = {
*/
openFileLimit: 2048,
/* =====================
* DATABASE VOLUMES
* ===================== */
@@ -359,34 +358,6 @@ module.exports = {
*/
logFeedback: false,
/* =====================
* DEPRECATED
* ===================== */
/*
You have the option of specifying an alternative storage adaptor.
These status of these alternatives are specified in their READMEs,
which are available at the following URLs:
mongodb: a noSQL database
https://github.com/xwiki-labs/cryptpad-mongo-store
amnesiadb: in memory storage
https://github.com/xwiki-labs/cryptpad-amnesia-store
leveldb: a simple, fast, key-value store
https://github.com/xwiki-labs/cryptpad-level-store
sql: an adaptor for a variety of sql databases via knexjs
https://github.com/xwiki-labs/cryptpad-sql-store
For the most up to date solution, use the default storage adaptor.
*/
storage: './storage/file',
/* CryptPad's socket server can be extended to respond to RPC calls
* you can configure it to respond to custom RPC calls if you like.
* provide the path to your RPC module here, or `false` if you would
* like to disable the RPC interface completely
*/
rpc: './rpc.js',
/* CryptPad supports verbose logging
* (false by default)
*/