From 53253eba766a6bf6eace71fbd63e9a93f57889b7 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Tue, 9 Aug 2022 07:30:02 +0200 Subject: [PATCH] Document `listen` startup config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70e67c2..acd0063 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Instead of the path to the macaroon and cert files you can also provide the hex - `disable-cors`: Disable CORS headers. (default: false) - `disable-ln-address`: Disable [Lightning Address](https://lightningaddress.com/) handling. - `port`: Port to listen on. (default: 1323) +- `listen`: IP and port to listen to. Supersedes `port`. (default: :1323). - `request-limit`: Limit the allowed requests per second. (default: 5) Depending on your deployment needs LnMe can be configured using the following options: