fix (docker): missing web keys in docker config

This commit is contained in:
Acbox
2026-02-14 20:45:33 +08:00
parent 1c85e0106f
commit f964cbca69
+5
View File
@@ -50,6 +50,11 @@ host = "agent"
port = 8081
server_addr = "server:8080"
## Web
[web]
host = "127.0.0.1"
port = 8082
[brave]
api_key = ""
base_url = "https://api.search.brave.com/res/v1/"