update default config to contain logToStdout
This commit is contained in:
parent
fe261c34bb
commit
a08efc568b
@ -12,6 +12,11 @@ module.exports = {
|
|||||||
// the port used for websockets
|
// the port used for websockets
|
||||||
websocketPort: 3000,
|
websocketPort: 3000,
|
||||||
|
|
||||||
|
/* Cryptpad can log activity to stdout
|
||||||
|
* This may be useful for debugging
|
||||||
|
*/
|
||||||
|
logToStdout: false,
|
||||||
|
|
||||||
// You now have a choice of storage engines
|
// You now have a choice of storage engines
|
||||||
|
|
||||||
/* amnesiadb only exists in memory.
|
/* amnesiadb only exists in memory.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user