Broken AI server Part 1
its 5:30 in the morning
This commit is contained in:
69
V3.1/build/usr/local/etc/jibo-ssm/jibo-ssm-developer.json
Normal file
69
V3.1/build/usr/local/etc/jibo-ssm/jibo-ssm-developer.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"platformVersion": ">=3.1.0",
|
||||
"services": {
|
||||
"KBService": {
|
||||
"port": 8778
|
||||
},
|
||||
"GlobalManagerService": {
|
||||
"port": 8338
|
||||
},
|
||||
"SkillsService": {
|
||||
"singleSkill": true,
|
||||
"port": 8779
|
||||
},
|
||||
"NotificationsService": {
|
||||
"port": 8001
|
||||
},
|
||||
"PerformanceService": {
|
||||
"port": 10003
|
||||
},
|
||||
"PerformanceServiceSim": {},
|
||||
"ErrorService": {
|
||||
"port": 10004
|
||||
},
|
||||
"SchedulerService": {
|
||||
"port": 10005,
|
||||
"otaFilter": "fcs"
|
||||
},
|
||||
"RemoteService": {
|
||||
"port": 10321
|
||||
},
|
||||
"WifiService": {
|
||||
"port": 8668,
|
||||
"region": "api"
|
||||
},
|
||||
"DevShell": {
|
||||
"port": 8686,
|
||||
"syncPort": 8989,
|
||||
"debugPort": 9191,
|
||||
"skillDest": "/opt/jibo/Skills",
|
||||
"skillUser": "jibo-skill",
|
||||
"sdkDest": "bin/on-robot/"
|
||||
}
|
||||
},
|
||||
"RegistryClient": {
|
||||
"port": 8181,
|
||||
"host": "127.0.0.1"
|
||||
},
|
||||
"logging": {
|
||||
"logUncaughtExceptions": true,
|
||||
"logUnhandledRejections": true,
|
||||
"stackTraceLimit": 30,
|
||||
"outputs": {
|
||||
"console": {
|
||||
"outputFileAndLine": false
|
||||
},
|
||||
"syslog": {
|
||||
"port": 514,
|
||||
"target": "127.0.0.1",
|
||||
"outputFileAndLine": false
|
||||
}
|
||||
},
|
||||
"namespaces": {
|
||||
"": {
|
||||
"console": "info",
|
||||
"syslog": "info"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user