Add config for separate primary domain Nostr pubkey #204

Merged
greg merged 2 commits from feature/nostr_pubkey_primary_domain into master 2024-09-13 12:33:12 +00:00
Showing only changes of commit ac77e5b7c1 - Show all commits

View File

@@ -13,7 +13,7 @@ module Settings
default: ENV["NOSTR_PUBLIC_KEY"].presence
field :nostr_public_key_primary_domain, type: :string,
default: nil
default: ENV["NOSTR_PUBLIC_KEY_PRIMARY_DOMAIN"].presence
field :nostr_relay_url, type: :string,
default: ENV["NOSTR_RELAY_URL"].presence