rename analytics setting

This commit is contained in:
Christian Adams
2019-04-17 15:28:15 -04:00
parent fbc7d1a9f2
commit add8673d7c
8 changed files with 9 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ AWX_ISOLATED_LAUNCH_TIMEOUT = 30
# Disable Pendo on the UI for development/test.
# Note: This setting may be overridden by database settings.
PENDO_TRACKING_STATE = "off"
INSIGHTS_DATA_ENABLED = False
INSIGHTS_TRACKING_STATE = False
# Use Django-Jenkins if installed. Only run tests for awx.main app.
try: