defaultconf: add pubkey field for nip11

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle
2023-11-21 19:19:22 +07:00
parent e3c2bf34d2
commit 64d06f2b2a

View File

@@ -58,6 +58,7 @@ module.exports = {
// Only for when nostr client requesting server information.
server_meta: {
"contact": "unset",
"pubkey": "0000000000000000000000000000000000000000000000000000000000000000",
"description": "Nostr relay bouncer",
"name": "Bostr",
"software": "git+https://github.com/Yonle/bostr",