Configure akkounts for nostr zaps

This commit is contained in:
2024-06-02 23:03:06 +02:00
parent d31440d235
commit d878b4208e
4 changed files with 46 additions and 27 deletions

View File

@@ -21,6 +21,8 @@ node.default['akkounts']['lndhub']['public_url'] = nil
node.default['akkounts']['lndhub']['public_key'] = nil
node.default['akkounts']['lndhub']['postgres_db'] = 'lndhub'
node.default['akkounts']['nostr']['public_key'] = nil
node.default['akkounts']['s3_enabled'] = true
node.default['akkounts']['s3_endpoint'] = "https://s3.kosmos.org"
node.default['akkounts']['s3_region'] = "garage"