mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Fixes to get flake8 and unit/functional tests passing.
This commit is contained in:
@@ -61,7 +61,7 @@ class Socket(object):
|
||||
def port(self):
|
||||
return {
|
||||
'callbacks': os.environ.get('CALLBACK_CONSUMER_PORT',
|
||||
settings.CALLBACK_CONSUMER_PORT),
|
||||
getattr(settings, 'CALLBACK_CONSUMER_PORT', 'tcp://127.0.0.1:5557')),
|
||||
'task_commands': settings.TASK_COMMAND_PORT,
|
||||
'websocket': settings.SOCKETIO_NOTIFICATION_PORT,
|
||||
'fact_cache': settings.FACT_CACHE_PORT,
|
||||
|
||||
Reference in New Issue
Block a user