1
0

add grs spark support

This commit is contained in:
Andrew Camilleri
2018-12-12 11:17:09 +01:00
parent 7f19172f73
commit d840d69ddb
2 changed files with 22 additions and 0 deletions

View File

@@ -323,6 +323,11 @@ server {
proxy_pass http://clightning_bitcoin_spark:9737/;
}
{{ end }}
{{ if (eq $serviceName "clightning_groestlcoin_spark") }}
location /spark/btc/ {
proxy_pass http://clightning_groestlcoin_spark:9739/;
}
{{ end }}
{{ end }}
}