mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix ZeroMQ port mismatch.
This commit is contained in:
parent
f8cbdd65a5
commit
27933df220
@ -59,7 +59,8 @@ class Socket(object):
|
||||
@property
|
||||
def port(self):
|
||||
return {
|
||||
'callbacks': settings.CALLBACK_CONSUMER_PORT,
|
||||
'callbacks': os.environ.get('CALLBACK_CONSUMER_PORT',
|
||||
settings.CALLBACK_CONSUMER_PORT),
|
||||
'task_commands': settings.TASK_COMMAND_PORT,
|
||||
'websocket': settings.SOCKETIO_NOTIFICATION_PORT,
|
||||
}[self._bucket]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user