Broken AI server Part 1

its 5:30 in the morning
This commit is contained in:
2026-03-19 05:34:25 +02:00
parent 5c706a13b4
commit ba50c0fc08
43 changed files with 6726 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
{
"platformVersion": ">=3.1.0",
"services": {
"KBService": {
"port": 8778
},
"GlobalManagerService": {
"port": 8338
},
"SkillsService": {
"startSkill": "@be/be",
"singleSkill": true,
"port": 8779
},
"NotificationsService": {
"port": 8001
},
"ErrorService": {
"port": 10004
},
"SchedulerService": {
"port": 10005,
"otaFilter": "fcs"
},
"PerformanceServiceSim": {},
"RemoteService": {
"port": 10321
},
"WifiService": {
"port": 8668,
"region": "api"
}
},
"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": "none",
"syslog": "info"
}
}
}
}