1a9c92b6db
Includes edge-node (FastAPI/MQTT/Discord voice), op25-container (SDR decoder), and icecast (audio streaming).
6 lines
189 B
Python
6 lines
189 B
Python
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")
|