From a2b98623f1f40cfa2afb4cb4b604826518776e5f Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 20 Sep 2022 16:41:08 +0530 Subject: [PATCH] clarify formatting in API server example config --- config/config.example.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/config.example.js b/config/config.example.js index 5513c7904..b78bf8fc3 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -110,12 +110,15 @@ module.exports = { * To give access to the admin panel to a user account, just add their public signing * 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=]", + * "[cryptpad-user2@my.awesome.website/jA-9c5iNuG7SyxzGCjwJXVnk5NPfAOO8fQuQ0dC83RE=]", + * ] + * */ -/* adminKeys: [ - //"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", + ], -*/ /* ===================== * STORAGE