16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"name": "Yonexus.Server",
|
|
"version": "0.1.0",
|
|
"description": "Yonexus central hub plugin for cross-instance OpenClaw communication",
|
|
"entry": "dist/plugin/index.js",
|
|
"permissions": [],
|
|
"config": {
|
|
"followerIdentifiers": [],
|
|
"notifyBotToken": "",
|
|
"adminUserId": "",
|
|
"listenHost": "0.0.0.0",
|
|
"listenPort": 8787,
|
|
"publicWsUrl": ""
|
|
}
|
|
}
|