aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/config/config.js
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-10 15:17:55 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-10 15:18:07 +0200
commit8cd2f72926293a8bca1b42fe7bccb2b9e61740d1 (patch)
treeb8242a66a6a3d9b09fe4a3a2896b5ab09aa20364 /app/cryptpad/config/config.js
parent79e61b6bfd1585d1ce318d2805b321c218cf3791 (diff)
downloadnixcfg-8cd2f72926293a8bca1b42fe7bccb2b9e61740d1.tar.gz
nixcfg-8cd2f72926293a8bca1b42fe7bccb2b9e61740d1.zip
Working cryptpad
Diffstat (limited to 'app/cryptpad/config/config.js')
-rw-r--r--app/cryptpad/config/config.js8
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