Files
jibo-cli/node_modules/skills-service-manager/configs/jibo-ssm-normal.json

40 lines
812 B
JSON

{
"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"
}
}