Files
soft_bus_edge/config/edge_manifest.example.json
flower_linux 90ad86b4d0 init
2026-05-13 16:46:07 +08:00

15 lines
336 B
JSON

{
"$schema": "./edge_manifest.schema.json",
"coreHost": "127.0.0.1",
"corePort": 18765,
"edgeId": "edge-dev-1",
"authToken": "",
"opsListenPort": 9080,
"localTreePath": "/tmp/edge_local_tree.json",
"fakeIntervalMs": 5000,
"fakeDeviceId": 1,
"endpoint": "edge:fake",
"protocol": 0,
"edgeDiscoveryEnabled": true
}