Add Blossom server URL to global settings

This commit is contained in:
2026-08-11 14:03:38 -06:00
parent 4c20e8d7e0
commit 12a1570c7d
4 changed files with 13 additions and 1 deletions
@@ -18,6 +18,9 @@ module Settings
field :nostr_relay_url, type: :string,
default: ENV["NOSTR_RELAY_URL"].presence
field :nostr_blossom_server_url, type: :string,
default: ENV["NOSTR_BLOSSOM_SERVER_URL"].presence
field :nostr_zaps_relay_limit, type: :integer,
default: 12