diff --git a/README.md b/README.md index b859d024..831e35be 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/env.example b/env.example index 0eb39c25..1210cce9 100644 --- a/env.example +++ b/env.example @@ -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