Document `listen` startup config

This commit is contained in:
ok300 2022-08-09 07:30:02 +02:00 committed by GitHub
parent a3675ec746
commit 53253eba76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: