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

@@ -262,10 +262,6 @@ CSRF_COOKIE_SECURE = True
# Limit CSRF cookies to browser sessions
CSRF_COOKIE_AGE = None
# Auto-discover new instances that appear on receptor mesh
# used for docker-compose environment, unsupported
MESH_AUTODISCOVERY_ENABLED = False
TEMPLATES = [
{
'NAME': 'default',