Broken AI server Part 1
its 5:30 in the morning
This commit is contained in:
32
V3.1/build/usr/local/etc/jibo-certification-service.json
Normal file
32
V3.1/build/usr/local/etc/jibo-certification-service.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user