diff --git a/awx/settings/local_settings.py.docker_compose b/awx/settings/local_settings.py.docker_compose index d426e9b5a2..36102aa640 100644 --- a/awx/settings/local_settings.py.docker_compose +++ b/awx/settings/local_settings.py.docker_compose @@ -90,9 +90,6 @@ CHANNEL_LAYERS = { 'CONFIG': {'url': CELERY_BROKER_URL}} } -# Mongo host configuration -MONGO_HOST = NotImplemented - # Set True to enable additional logging from the job_event_callback plugin JOB_CALLBACK_DEBUG = False