ZeroMQ changes.

This commit is contained in:
Luke Sneeringer
2014-11-21 16:21:15 -06:00
parent 35824f8d67
commit 1efff8267d
2 changed files with 38 additions and 16 deletions

View File

@@ -495,12 +495,12 @@ else:
INTERNAL_API_URL = 'http://127.0.0.1:8000'
# ZeroMQ callback settings.
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
CALLBACK_CONSUMER_PORT = 5556
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
TASK_COMMAND_PORT = "tcp://127.0.0.1:6559"
TASK_COMMAND_PORT = 6559
SOCKETIO_NOTIFICATION_PORT = "tcp://127.0.0.1:6557"
SOCKETIO_NOTIFICATION_PORT = 6557
SOCKETIO_LISTEN_PORT = 8080
ORG_ADMINS_CAN_SEE_ALL_USERS = True