1
0
mirror of https://github.com/Yonle/bostr.git synced 2025-03-17 21:32:43 +01:00

Override supported_nips in default, and change default clusters number

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-12 16:54:39 +07:00
parent b305881fb7
commit 229ae677b2

@ -12,7 +12,7 @@ module.exports = {
mode: 2,
// Clusters.
clusters: 1,
clusters: 4,
// Whenever store temporary data in memory (RAM) or in a disk
// Options: disk, memory
@ -28,7 +28,10 @@ module.exports = {
"description": "Nostr Bouncer Server",
"name": "Bostr",
"software": "git+https://github.com/Yonle/bostr",
"supported_nips": [1],
// Some nostr client may read the following for compatibility check.
// You may change the supported_nips when needed.
"supported_nips": [1,9,11,12,15,16,20,22,26,28,33,40],
"version": "1.0.0"
},