diff options
Diffstat (limited to 'app/cryptpad/config/config.js')
-rw-r--r-- | app/cryptpad/config/config.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/cryptpad/config/config.js b/app/cryptpad/config/config.js index 48bd6ce..3ed7074 100644 --- a/app/cryptpad/config/config.js +++ b/app/cryptpad/config/config.js @@ -90,7 +90,7 @@ module.exports = { * that of your httpPort + 1. You probably don't need to change this. * */ - httpSafePort: 3001, + // httpSafePort: 3001, /* CryptPad will launch a child process for every core available * in order to perform CPU-intensive tasks in parallel. @@ -111,11 +111,9 @@ module.exports = { * key, which can be found on the settings page for registered users. * Entries should be strings separated by a comma. */ -/* adminKeys: [ - //"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", + "[quentin@pad.deuxfleurs.fr/EWtzm-CiqJnM9RZL9mj-YyTgAtX-Zh76sru1K5bFpN8=]", ], -*/ /* ===================== * STORAGE @@ -253,7 +251,7 @@ module.exports = { * * This will affect both logging to the console and the disk. */ - logLevel: 'debug', + logLevel: 'silly', /* clients can use the /settings/ app to opt out of usage feedback * which informs the server of things like how much each app is being |