Disable autodiscovery except for docker-compose (#11142)

This commit is contained in:
Alan Rominger
2021-09-27 11:36:11 -04:00
committed by GitHub
parent 7b6befa3d2
commit 3664cc3369
3 changed files with 10 additions and 12 deletions

View File

@@ -69,6 +69,9 @@ AWX_ROLES_ENABLED = True
PENDO_TRACKING_STATE = "off"
INSIGHTS_TRACKING_STATE = False
# auto-discover receptor-* execution nodes
MESH_AUTODISCOVERY_ENABLED = True
# debug toolbar and swagger assume that requirements/requirements_dev.txt are installed
INSTALLED_APPS += ['rest_framework_swagger', 'debug_toolbar'] # NOQA