Configure Sentry DSN for lndhub-go

This commit is contained in:
Râu Cao
2023-03-25 07:12:47 +07:00
parent e13b76658e
commit 58b70e5f70
4 changed files with 22 additions and 11 deletions

View File

@@ -67,7 +67,8 @@ template "#{source_dir}/.env" do
strict_rate_limit: node['lndhub-go']['strict_rate_limit'],
burst_rate_limit: node['lndhub-go']['burst_rate_limit'],
branding: node['lndhub-go']['branding'],
webhook_url: node['lndhub-go']['webhook_url']
webhook_url: node['lndhub-go']['webhook_url'],
sentry_dsn: credentials['sentry_dsn']
}
notifies :restart, 'service[lndhub-go]', :delayed
end