From ae2e7818035455994069dda41aaf4af6a2eecada Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 27 May 2021 14:18:06 +0530 Subject: [PATCH] remove mention of the supportMailboxPublicKey from the example config --- config/config.example.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index ef54f3413..d05b985af 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -122,19 +122,6 @@ module.exports = { ], */ - /* 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: "", - /* We're very proud that CryptPad is available to the public as free software! * We do, however, still need to pay our bills as we develop the platform. *