mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
Cleanup and refactor some parts of thew new zeromq based callback receiver
This commit is contained in:
@@ -345,6 +345,10 @@ if 'devserver' in INSTALLED_APPS:
|
||||
else:
|
||||
INTERNAL_API_URL = 'http://127.0.0.1:8000'
|
||||
|
||||
CALLBACK_CONSUMER_PORT = "tcp://127.0.0.1:5556"
|
||||
CALLBACK_QUEUE_PORT = "ipc:///tmp/callback_receiver.ipc"
|
||||
CALLBACK_BYPASS_QUEUE = False
|
||||
|
||||
# Logging configuration.
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
|
||||
Reference in New Issue
Block a user