Files
BrowserOS/config.sample.json

22 lines
384 B
JSON

{
"ports": {
"cdp": 9000,
"http_mcp": 9100,
"agent": 9200,
"extension": 9300
},
"directories": {
"resources": "./resources",
"execution": "./out"
},
"flags": {
"allow_remote_in_mcp": false
},
"instance": {
"client_id": "test-install-123",
"install_id": "test-client-456",
"browseros_version": "",
"chromium_version": ""
}
}