From 00a0ba7510bd6f9f58f10dca680f071ca4eb20ca Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 6 Feb 2022 16:31:32 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e6ee33..8335c28 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ vim .env # edit your config + `LND_ADDRESS`: LND gRPC address (with port) (e.g. localhost:10009) + `LND_MACAROON_HEX`: LND macaroon (hex) + `LND_CERT_HEX`: LND certificate (hex) ++ `CUSTOM_NAME`: Name used to overwrite the node alias in the getInfo call + `LOG_FILE_PATH`: (optional) By default all logs are written to STDOUT. If you want to log to a file provide the log file path here + `SENTRY_DSN`: (optional) Sentry DSN for exception tracking + `PORT`: (default: 3000) Port the app should listen on