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,32 @@
{
"WebCore": {
"serverPort": 9292,
"fileRoot": "/usr/local/var/www/certificationservice",
"requestLogging": false
},
"CertificationService": {
"registryPort": 8181,
"serverPort": 9292,
"enableDebugSocket": true
},
"ErrorTracker": {
"views": [
{
"name": "CertificationService",
"errors": []
}
]
},
"logging": {
"channels": {
"splitter": {
"channels": "syslog"
}
},
"loggers": {
"root": {
"level": "notice"
}
}
}
}