doc: note that bookkeeper-dir and bookkeeper-db are in bookkeeper plugin.

We do this for bcli options, too.  Good to note if people disable/replace the
plugin.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2022-07-19 17:04:41 +09:30
parent 305a238810
commit 6a22411f7e

View file

@ -217,11 +217,11 @@ authenticate with username `user` and password `pass`, and then use the
database `db_name`. The database must exist, but the schema will be managed
automatically by `lightningd`.
**bookkeeper-dir**=*DIR*
**bookkeeper-dir**=*DIR* [plugin `bookkeeper`]
Directory to keep the accounts.sqlite3 database file in.
Defaults to lightning-dir.
**bookkeeper-db**=*DSN*
**bookkeeper-db**=*DSN* [plugin `bookkeeper`]
Identify the location of the bookkeeper data. This is a fully qualified data source
name, including a scheme such as `sqlite3` or `postgres` followed by the
connection parameters.