mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
remove connection error in fresh install, mongo setting in dev environment
This commit is contained in:
@@ -51,7 +51,7 @@ if is_testing(sys.argv):
|
||||
BROKER_URL = 'redis://redis/'
|
||||
|
||||
# Mongo host configuration
|
||||
MONGO_HOST = 'mongo'
|
||||
MONGO_HOST = NotImplemented
|
||||
|
||||
# Set True to enable additional logging from the job_event_callback plugin
|
||||
JOB_CALLBACK_DEBUG = False
|
||||
|
||||
Reference in New Issue
Block a user