Import socketio service work and updates to documentation and setup procedures

This commit is contained in:
Matthew Jones
2014-04-16 15:26:52 -04:00
parent b66ddfc155
commit 69583a1b07
4 changed files with 98 additions and 1 deletions

View File

@@ -387,6 +387,9 @@ CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
TASK_COMMAND_PORT = "tcp://127.0.0.1:6556"
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
SOCKETIO_LISTEN_PORT = 8080
# Logging configuration.
LOGGING = {
'version': 1,