add spark backend and fix c-lightning.

This commit is contained in:
fiatjaf 2020-08-29 12:23:01 -03:00
parent a79ec8f4a4
commit 0de08dda0b
4 changed files with 107 additions and 9 deletions

View file

@ -21,6 +21,11 @@ Using this wallet requires the installation of the `pylightning` Python package.
- `LNBITS_BACKEND_WALLET_CLASS`: **CLightningWallet**
- `CLIGHTNING_RPC`: /file/path/lightning-rpc
### Spark (c-lightning)
- `LNBITS_BACKEND_WALLET_CLASS`: **SparkWallet**
- `SPARK_URL`: http://10.147.17.230:9737/rpc
- `SPARK_TOKEN`: secret_access_key
### LND (gRPC)