blitz_api/app/system/impl
fusion44 25e4be8441 feat: make config loading more flexible
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.
2025-03-23 17:43:39 +01:00
..
native_python.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00
raspiblitz.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00
raspiblitz_utils.py #179 add identity_uri to ln_info_lite (#183) 2022-12-20 07:43:37 +01:00
README.md refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
system_base.py feat: implement system/health endpoint 2024-02-20 19:56:11 +01:00

System Implementation

APIPlatform RaspiBlitz

Get all necessary information from Redis

APIPlatform Native Python

Get all necessary from .env file and/or native python libraries