mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-18 12:27:50 +02:00
If the environment variable BAPI_ENV_PATH is set, the config system will try to read configs from the given path instead of .env in pwd If no file is found .env in pwd will be used as a fallback Env variables will always override settings in .env files. |
||
|---|---|---|
| .. | ||
| blitz_common.py | ||
| cln_grpc_blitz.py | ||
| cln_jrpc_blitz.py | ||
| README.md | ||
Specializations
Some platforms implement special features on top of the main lightning implementation. This is the place to keep the code for these specializations.
Example: RaspiBlitz implements a specialization for Core Lightning to unlock the wallet.
ℹ️ This keeps dependencies as lean as possible for the main implementations. RaspiBlitz Core Lightning unlock specialization has a redis dependency but the main implementation does not.