1
0

add grs lightning charge

This commit is contained in:
Kukks
2018-12-27 12:25:31 +01:00
parent c2c2b8cd30
commit 051f814800
2 changed files with 25 additions and 2 deletions

View File

@@ -331,7 +331,13 @@ server {
location /spark/grs/ {
proxy_pass http://clightning_groestlcoin_spark:9739/;
}
{{ end }}
{{ end }}
{{ if (eq $serviceName "clightning_groestlcoin_charge") }}
location /lightning-charge/btc/ {
proxy_pass http://clightning_groestlcoin_charge:9112/;
}
{{ end }}
}