ANALYTICS_API_KEY and ANALYTICS_SERVER_URL aren't used

ANALYTICS_API_KEY was used to make direct requests to the
ANALYTICS_SERVER_URL which was our original original analytics effort.
This commit is contained in:
Kevin Falcone
2017-07-21 17:06:05 -04:00
parent deaf89b709
commit 585d85ea96
11 changed files with 0 additions and 20 deletions

View File

@@ -43,9 +43,6 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
########################## ANALYTICS TESTING ########################
ANALYTICS_SERVER_URL = "http://127.0.0.1:9000/"
ANALYTICS_API_KEY = ""
# Set this to the dashboard URL in order to display the link from the
# dashboard to the Analytics Dashboard.
ANALYTICS_DASHBOARD_URL = None