Add global setting and default for discovery relays

This commit is contained in:
2026-08-11 13:26:36 -06:00
parent 82385913b2
commit 7ebc4d3833
2 changed files with 24 additions and 1 deletions
@@ -20,6 +20,14 @@ module Settings
field :nostr_zaps_relay_limit, type: :integer,
default: 12
field :nostr_discovery_relays, type: :array, default: %w[
wss://nostr.kosmos.org
wss://purplepag.es
wss://relay.nostr.band
wss://njump.me
wss://relay.damus.io
]
end
end
end