Files
soft_bus_edge/config/edge_manifest.example.json
flower_linux 5e5e608dad first commit
2026-05-19 16:38:09 +08:00

18 lines
439 B
JSON

{
"$schema": "./edge_manifest.schema.json",
"coreHost": "127.0.0.1",
"corePort": 18765,
"edgeId": "edge-dev-1",
"authToken": "",
"opsListenPort": 9080,
"opsListenAllInterfaces": false,
"localTreePath": "$HOME/softbus/edge/local_tree.json",
"edgeHeartbeatIntervalMs": 5000,
"edgeDiscoveryEnabled": true,
"plugins": {
"protocols": [
{ "path": "../../softbus_daemon/bin/plugins/libmodbus_rtu.so" }
]
}
}