mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
Switch to using a network socket instead of an ipc socket, closes issue AC-1088
This commit is contained in:
@@ -349,7 +349,7 @@ else:
|
|||||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
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 configuration.
|
||||||
LOGGING = {
|
LOGGING = {
|
||||||
|
|||||||
Reference in New Issue
Block a user