docs(PRD): remove hardcoded OPENBRAIN_URL — must be user-configured

This commit is contained in:
2026-03-06 08:12:22 -06:00
parent 9bd1450f90
commit 7de1d6a273

View File

@@ -83,7 +83,7 @@ lanes:
watchdog:
interval: 60
openbrain:
url: https://brain.woltje.com
url: ${OPENBRAIN_URL} # required — no default
autoCapture: false
```