This commit is contained in:
flower_linux
2026-05-13 16:46:07 +08:00
commit 90ad86b4d0
52 changed files with 5251 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"$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
}