Config for separate primary domain Nostr pubkey
Allow to configure a separate key for the NIP-05 address of the primary domain vs the accounts domain.
This commit is contained in:
@@ -12,6 +12,9 @@ module Settings
|
||||
field :nostr_public_key, type: :string,
|
||||
default: ENV["NOSTR_PUBLIC_KEY"].presence
|
||||
|
||||
field :nostr_public_key_primary_domain, type: :string,
|
||||
default: nil
|
||||
|
||||
field :nostr_relay_url, type: :string,
|
||||
default: ENV["NOSTR_RELAY_URL"].presence
|
||||
|
||||
|
||||
Reference in New Issue
Block a user