Add support for Lightning Zaps #190

Merged
raucao merged 25 commits from feature/170-nostr_zaps into master 2024-06-03 16:44:49 +00:00
Showing only changes of commit 46b4723999 - Show all commits

View File

@@ -162,6 +162,12 @@ class Setting < RailsSettings::Base
field :nostr_enabled, type: :boolean, default: false
field :nostr_private_key, type: :string,
default: ENV["NOSTR_PRIVATE_KEY"].presence
field :nostr_public_key, type: :string,
default: ENV["NOSTR_PUBLIC_KEY"].presence
#
# OpenCollective
#