From 6a22411f7e3daa8287c5ec88eeb498d3a09c5a63 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jul 2022 17:04:41 +0930 Subject: [PATCH] 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 --- doc/lightningd-config.5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightningd-config.5.md b/doc/lightningd-config.5.md index 115a2d095..d038754b3 100644 --- a/doc/lightningd-config.5.md +++ b/doc/lightningd-config.5.md @@ -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.