1
0

charge integration

This commit is contained in:
nicolas.dorier
2018-12-21 16:46:21 +09:00
parent 24d059d316
commit 54a85a40be
3 changed files with 24 additions and 2 deletions

View File

@@ -321,6 +321,11 @@ server {
{{ if (eq $serviceName "clightning_bitcoin_spark") }}
location /spark/btc/ {
proxy_pass http://clightning_bitcoin_spark:9737/;
}
{{ end }}
{{ if (eq $serviceName "clightning_bitcoin_charge") }}
location /ligthning-charge/btc/ {
proxy_pass http://clightning_bitcoin_charge:9112/;
}
{{ end }}
{{ end }}