Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Override supported_nips in default, and change default clusters number
Browse files Browse the repository at this point in the history
Signed-off-by: Yonle <yonle@lecturify.net>
  • Loading branch information
Yonle committed Nov 12, 2023
1 parent b305881 commit 229ae67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config.js.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
},

Expand Down

0 comments on commit 229ae67

Please sign in to comment.