18 lines
439 B
JSON
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" }
|
|
]
|
|
}
|
|
}
|