From 4e655902bcd77f69e5d6d624c4f9c87c11848b4a Mon Sep 17 00:00:00 2001 From: "Justin (shocknet)" Date: Wed, 8 May 2024 11:43:45 -0400 Subject: [PATCH] unique port --- README.md | 2 +- env.example | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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