Closed canterberry closed 6 years ago
Considering this PR contains a collaborative effort between myself and @aupiff and I approve his changes which are more recent than mine, I'm going to call this πand merge. It also happens to be blocking some work I'm doing on deployment automation.
Delivers #163.
This PR enables the LNDR app server's listening address and port to be configurable.
Previously, the default was for the app to listen on any available IPv4 address and TCP port
80
. This PR changes the default to listen on IP127.0.0.1
and TCP port7402
. Thebind-address
andbind-port
configuration values (in lndr-backend/data/lndr-server.config) determine on which IP and port the service listens.