15 lines
336 B
JSON
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
|
|
}
|