This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: allow db to be choosen in config
- Loading branch information
1 parent
63c185e
commit 31b901c
Showing
5 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,14 @@ last_pay_path = "/tmp/cashu-rs-mint/last_pay.txt" | |
[contact] | ||
email = "[email protected]" | ||
|
||
[database] | ||
# Database engine (sqlite/redb) defaults to sqlite | ||
# engine = "sqlite" | ||
|
||
[ln] | ||
|
||
# Required ln backend `Cln`, `Ldk`, `Greenlight` | ||
ln_backend = "Cln" | ||
# Required ln backend `cln`, `ldk`, `greenlight` | ||
ln_backend = "cln" | ||
|
||
# CLN | ||
cln_path = "/tmp/cashu-rs-mint/lighting/ln_1/regtest/lightning-rpc" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters