Make dashboard host configurable (LAN reachable via dashboard.host / --host)
This commit is contained in:
+1
-1
@@ -20,5 +20,5 @@
|
||||
},
|
||||
"log": "data/decisions.jsonl",
|
||||
"trace": "data/runs.jsonl",
|
||||
"dashboard": {"port": 8765}
|
||||
"dashboard": {"port": 8765, "host": "0.0.0.0"}
|
||||
}
|
||||
Reference in New Issue
Block a user