Initial commit — DRB client (edge node) stack
Includes edge-node (FastAPI/MQTT/Discord voice), op25-container (SDR decoder), and icecast (audio streaming).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
# Satisfy pydantic-settings required fields before any app module is imported.
|
||||
os.environ.setdefault("NODE_ID", "test-node-01")
|
||||
os.environ.setdefault("MQTT_BROKER", "localhost")
|
||||
Reference in New Issue
Block a user