更改项目名为NebulaShell
This commit is contained in:
22
store/@{NebulaShell}/ws-api/manifest.json
Normal file
22
store/@{NebulaShell}/ws-api/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "ws-api",
|
||||
"version": "1.1.0",
|
||||
"author": "NebulaShell",
|
||||
"description": "WebSocket API 服务 - 实时双向通信/多语言支持/安全认证",
|
||||
"type": "protocol"
|
||||
},
|
||||
"config": {
|
||||
"enabled": true,
|
||||
"args": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 8081,
|
||||
"ssl_enabled": false,
|
||||
"heartbeat_interval": 30,
|
||||
"max_connections": 1000,
|
||||
"auth_enabled": true
|
||||
}
|
||||
},
|
||||
"dependencies": ["i18n"],
|
||||
"permissions": ["lifecycle"]
|
||||
}
|
||||
Reference in New Issue
Block a user