Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

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