Remove obsolete non-standard RPC and REST ports

We'll just run those on default ports without custom config.
This commit is contained in:
2021-01-01 14:14:59 +01:00
parent 37f1fa79e7
commit 19e3dfa7b9
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
[Application Options]
debuglevel=<%= @lnd_log_level %>
listen=0.0.0.0:<%= @lnd_port %>
; rpclisten=127.0.0.1:10002
; restlisten=127.0.0.1:8002
externalip=<%= @lnd_externalip %>
alias=<%= @lnd_alias %>
color=<%= @lnd_color %>