update default config to contain logToStdout

This commit is contained in:
ansuz 2016-05-14 12:50:03 +02:00
parent fe261c34bb
commit a08efc568b

View file

@ -12,6 +12,11 @@ module.exports = {
// the port used for websockets
websocketPort: 3000,
/* Cryptpad can log activity to stdout
* This may be useful for debugging
*/
logToStdout: false,
// You now have a choice of storage engines
/* amnesiadb only exists in memory.