Files
JiboOs/V3.1/build/usr/local/etc/jibo-certification-service.json
Kevin ba50c0fc08 Broken AI server Part 1
its 5:30 in the morning
2026-03-19 05:34:25 +02:00

33 lines
677 B
JSON

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