Configure akkounts for Discourse Connect
This commit is contained in:
@@ -60,9 +60,14 @@ env[:sentry_dsn] = credentials["sentry_dsn"]
|
||||
if webhooks_allowed_ips.length > 0
|
||||
env[:webhooks_allowed_ips] = webhooks_allowed_ips
|
||||
end
|
||||
|
||||
if btcpay_host
|
||||
env[:btcpay_api_url] = "http://#{btcpay_host}:23001/api/v1"
|
||||
end
|
||||
|
||||
env[:discourse_public_url] = node['akkounts']['discourse']['public_url']
|
||||
env[:discourse_connect_secret] = credentials['discourse_connect_secret']
|
||||
|
||||
if lndhub_host
|
||||
node.override["akkounts"]["lndhub"]["api_url"] = "http://#{lndhub_host}:3026"
|
||||
env[:lndhub_legacy_api_url] = node["akkounts"]["lndhub"]["api_url"]
|
||||
|
||||
Reference in New Issue
Block a user