mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
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:
parent
305a238810
commit
6a22411f7e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue