src.nth.io/

summaryrefslogtreecommitdiff
path: root/lnd/templates/lnd.conf.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-05-01 17:00:59 -0500
committerLuke Hoersten <[email protected]>2020-05-01 17:00:59 -0500
commit63fa0e3648592ae6df8e2ea96edb1c9650af7cce (patch)
treed7a719ae1d0bc1b0dea65a58934b5d2094cee407 /lnd/templates/lnd.conf.j2
parent99575d0d007feb9ba97109be94e7ee5230bb40ce (diff)
Expose lnd and btcd to listening public ip.
Diffstat (limited to 'lnd/templates/lnd.conf.j2')
-rw-r--r--lnd/templates/lnd.conf.j25
1 files changed, 2 insertions, 3 deletions
diff --git a/lnd/templates/lnd.conf.j2 b/lnd/templates/lnd.conf.j2
index 920a504..15e300a 100644
--- a/lnd/templates/lnd.conf.j2
+++ b/lnd/templates/lnd.conf.j2
@@ -1,4 +1,6 @@
[Application Options]
+externalip={{node_external_ip}}
+
datadir={{lnd_data_dir}}
logdir={{lnd_log_dir}}
@@ -7,9 +9,6 @@ alias={{lnd_alias}}
tlsextradomain={{lnd_alias}}
rpclisten=0.0.0.0:10009
-externalip={{lnd_external_ip}}
-
-debuglevel=trace
[Bitcoin]
bitcoin.mainnet=true