removed some config entries

This commit is contained in:
jash
2018-10-08 19:50:33 +02:00
committed by kexkey
parent 13f51daff7
commit 0c4127f5e3

View File

@@ -1,11 +1,11 @@
<% if (net === 'testnet') { %>
# testnet
testnet=1
network=testnet
<% } else if (net === 'mainnet') { %>
network=bitcoin
<% } %>
alias=<%= lightning_nodename %>
rgb=<%= lightning_nodecolor %>
addr=<%= lightning_external_ip %>
rpcconnect=<%= (bitcoin_mode === 'internal')?'bitcoin':bitcoin_node_ip %>
rpcuser=<%= bitcoin_rpcuser %>
rpcpassword=<%= bitcoin_rpcpassword %>
rpcwallet=ln01.dat
bitcoin-rpcconnect=<%= (bitcoin_mode === 'internal')?'bitcoin':bitcoin_node_ip %>
bitcoin-rpcuser=<%= bitcoin_rpcuser %>
bitcoin-rpcpassword=<%= bitcoin_rpcpassword %>