# Lighting Controller Configuration # WebSocket URI for the control server # Used by UI client and test scripts to connect to the control server # # Default: Use wlan0 IP for remote connections CONTROL_SERVER_URI=ws://10.42.0.1:8765 # # For local development (running on same machine as control server): # CONTROL_SERVER_URI=ws://localhost:8765 # # For custom IP (if your Pi has a different address): # CONTROL_SERVER_URI=ws://YOUR_PI_IP:8765