update default config to contain logToStdout

pull/1/head
ansuz 9 years ago
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…
Cancel
Save