unique port
This commit is contained in:
parent
4358230bf2
commit
4e655902bc
2 changed files with 5 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ Coming Soon
|
||||||
|
|
||||||
#### Notes:
|
#### Notes:
|
||||||
* Use of a reverse proxy is only required if you wish to serve LNURLs
|
* Use of a reverse proxy is only required if you wish to serve LNURLs
|
||||||
* The service defaults to port `8080`
|
* The service defaults to port `1776`
|
||||||
* Requires [Node.js](https://nodejs.org) >=18.x
|
* Requires [Node.js](https://nodejs.org) >=18.x
|
||||||
* Commands for your specific OS may differ slightly, Ubuntu/Debian used for example
|
* Commands for your specific OS may differ slightly, Ubuntu/Debian used for example
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,13 @@
|
||||||
#LND_MACAROON_PATH=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
#LND_MACAROON_PATH=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||||
|
|
||||||
#DB
|
#DB
|
||||||
DATABASE_FILE=db.sqlite
|
#DATABASE_FILE=db.sqlite
|
||||||
METRICS_DATABASE_FILE=metrics.sqlite
|
#METRICS_DATABASE_FILE=metrics.sqlite
|
||||||
LOGS_DIR=logs
|
#LOGS_DIR=logs
|
||||||
|
|
||||||
#LOCALHOST
|
#LOCALHOST
|
||||||
#ADMIN_TOKEN=
|
#ADMIN_TOKEN=
|
||||||
#PORT=8080
|
#PORT=1776
|
||||||
#JWT_SECRET=
|
#JWT_SECRET=
|
||||||
|
|
||||||
#LIGHTNING
|
#LIGHTNING
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue