From 93d888f43169a36dac2ca812b351f3c47d7115f2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 17 Aug 2021 14:50:28 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 2e36083..e3dd5ad 100644 --- a/conf/config.js +++ b/conf/config.js @@ -118,10 +118,23 @@ module.exports = { */ /* adminKeys: [ - //"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", + "[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", ], */ + /* CryptPad's administration panel includes a "support" tab + * wherein administrators with a secret key can view messages + * sent from users via the encrypted forms on the /support/ page + * + * To enable this functionality: + * run `node ./scripts/generate-admin-keys.js` + * save the public key in your config in the value below + * add the private key via the admin panel + * and back it up in a secure manner + * + */ + supportMailboxPublicKey: '', + /* CryptPad will display a point of contact for your instance on its contact page * (/contact.html) if you provide it below. */