mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-17 03:36:05 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
39
node_modules/skills-service-manager/configs/jibo-ssm-normal.json
generated
vendored
Normal file
39
node_modules/skills-service-manager/configs/jibo-ssm-normal.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"platformVersion": ">=3.1.0",
|
||||
"services": {
|
||||
"KBService": {
|
||||
"port": 8778
|
||||
},
|
||||
"SkillsService": {
|
||||
"startSkill": "@be/be",
|
||||
"singleSkill": true,
|
||||
"port": 8779
|
||||
},
|
||||
"MediaProxyService": {
|
||||
"port": 8487
|
||||
},
|
||||
"ServiceManager": {
|
||||
"port": 8999
|
||||
},
|
||||
"NotificationsService": {
|
||||
"port": 8001
|
||||
},
|
||||
"ErrorService": {
|
||||
"port": 10004
|
||||
},
|
||||
"SchedulerService": {
|
||||
"port": 10005
|
||||
},
|
||||
"ListenService": {
|
||||
"port": 10002
|
||||
},
|
||||
"WifiService": {
|
||||
"port": 8668,
|
||||
"region": "api"
|
||||
}
|
||||
},
|
||||
"RegistryClient": {
|
||||
"port": 8181,
|
||||
"host": "127.0.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user