Upgrade lndhub.go to 1.0.2, add service fee config

Co-authored-by: Michael Bumann <hello@michaelbumann.com>
This commit is contained in:
2024-10-18 12:36:41 +02:00
parent 52841d8c53
commit b4019b224b
2 changed files with 7 additions and 3 deletions

View File

@@ -66,6 +66,8 @@ template "#{source_dir}/.env" do
default_rate_limit: node['lndhub-go']['default_rate_limit'],
strict_rate_limit: node['lndhub-go']['strict_rate_limit'],
burst_rate_limit: node['lndhub-go']['burst_rate_limit'],
service_fee: 1,
no_service_fee_up_to_amount: 1000,
branding: node['lndhub-go']['branding'],
webhook_url: node['lndhub-go']['webhook_url'],
sentry_dsn: credentials['sentry_dsn']