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