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,37 @@
{
"WebCore": {
"serverPort": 8888,
"fileRoot": "/usr/local/var/www/server"
},
"ServerService": {
"registryPort":8181,
"serverPort":8888
},
"NotificationSubsystem":{
"registryPort":8181,
"refreshInterval": 15000,
"serverURLSuffix": "-socket.jibo.com"
},
"ErrorTracker":{
"views": [
{
"name": "ServerService",
"errors": [
"CANNOT_CONNECT_TO_SERVER"
]
}
]
},
"logging" : {
"loggers" : {
"root": {
"level": "warning"
},
"l2": {
"name": "NotificationSubsystem",
"level": "information",
"channel": "splitter"
}
}
}
}