document configuration file

fixes #5
This commit is contained in:
Carsten Otto
2022-04-25 19:34:43 +02:00
parent a0bf89db9d
commit 01aaad605f

View File

@@ -122,6 +122,11 @@ Legacy:
`/legacy/open-channels/pretty`: a readable list (not JSON!) of all open channels showing channel ID, pubkey, capacity and alias.
As the name implies, this endpoint will be removed sooner rather than later.
## Configuration
Some settings, especially for node/channel warnings, can be configured.
Please have a look at `example-lnd-manageJ.conf` for further information.
The configuration file is read every few seconds, so that you can change settings without restarting lnd-manageJ.
## Caching and Performance
Most information is cached to improve performance, which is why you might see outdated information.
Some information like node aliases does not need to be up-to-date and, as such, is cached for several minutes.
@@ -160,4 +165,4 @@ This project is not related to bitromortac's Python based [lndmanage](https://gi
Sure! Please test the software, review the code, create feature requests, report bugs, ...
## How can I reach you?
I'm in the [lnd slack](https://dev.lightning.community/) and on [Twitter](https://twitter.com/c_otto83).
I'm in the [lnd slack](https://dev.lightning.community/) and on [Twitter](https://twitter.com/c_otto83).