From a2c1da548e1e70a51d3fb9e9782b40cb3c3ec17b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 7 Jul 2021 23:48:23 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/config.js b/conf/config.js index 462d980..125f152 100644 --- a/conf/config.js +++ b/conf/config.js @@ -122,6 +122,11 @@ module.exports = { ], */ + /* CryptPad will display a point of contact for your instance on its contact page + * (/contact.html) if you provide it below. + */ + adminEmail: '__EMAIL__', + /* ===================== * STORAGE * ===================== */