mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Switch to using a network socket instead of an ipc socket, closes issue AC-1088
This commit is contained in:
parent
523caf846c
commit
4b9059388e
@ -349,7 +349,7 @@ else:
|
||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
||||
|
||||
TASK_COMMAND_PORT = "ipc:///tmp/task_command_receiver.ipc"
|
||||
TASK_COMMAND_PORT = "tcp://127.0.0.1:6556"
|
||||
|
||||
# Logging configuration.
|
||||
LOGGING = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user