Remove the auto-discovery feature

This commit is contained in:
Jeff Bradberry
2022-01-07 14:27:17 -05:00
parent fc2a5224ef
commit f1c5da7026
3 changed files with 1 additions and 29 deletions

View File

@@ -55,9 +55,6 @@ template['OPTIONS']['loaders'] = ('django.template.loaders.filesystem.Loader', '
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