Skip to content

Commit

Permalink
unique port
Browse files Browse the repository at this point in the history
  • Loading branch information
shocknet-justin committed May 8, 2024
1 parent 8991cbb commit a1c9e18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Coming Soon

#### Notes:
* 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
* Commands for your specific OS may differ slightly, Ubuntu/Debian used for example

Expand Down
8 changes: 4 additions & 4 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#LND_MACAROON_PATH=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon

#DB
DATABASE_FILE=db.sqlite
METRICS_DATABASE_FILE=metrics.sqlite
LOGS_DIR=logs
#DATABASE_FILE=db.sqlite
#METRICS_DATABASE_FILE=metrics.sqlite
#LOGS_DIR=logs

#LOCALHOST
#ADMIN_TOKEN=
#PORT=8080
#PORT=1776
#JWT_SECRET=

#LIGHTNING
Expand Down

0 comments on commit a1c9e18

Please sign in to comment.