From 4c20e05b5fe7f4d13a5f9e970253f70d301fc74a Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 19 Nov 2023 08:02:40 +0700 Subject: [PATCH] defaultconf: Change some comments Signed-off-by: Yonle --- config.js.example | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config.js.example b/config.js.example index d3c99f8..e007053 100644 --- a/config.js.example +++ b/config.js.example @@ -26,13 +26,8 @@ module.exports = { // For personal usage. Leaving this empty completely disables NIP-42 function. // Private key of authorized user. It could be your key. - // NOTE: - // - NIP-42 (auth) is ONLY supported with provided - // - While both mode could interact with NIP-42 relays, - // - It's best to use Mode 2 if you have more than - // - Mode 1 could only work with ONE - - // Warning: Ensure that is NOT empty so only could access this bostr bouncer + // NOTE: - NIP-42 (auth) is ONLY supported with provided + // - Ensure that is NOT empty so only could access this server private_keys: { // "pubkey-in-hex": "privatekey", // "pubkey-in-hex": "nsec ...." @@ -46,7 +41,7 @@ module.exports = { // Only for when nostr client requesting server information. server_meta: { "contact": "unset", - "description": "Nostr Bouncer Server", + "description": "Nostr relay bouncer", "name": "Bostr", "software": "git+https://github.com/Yonle/bostr",