From 33f3f17c39a9f3ef33caef6eace38d26a1528441 Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Thu, 1 Aug 2019 15:15:22 -0400 Subject: [PATCH] Remove Google Analytics from Azure deployment --- app/app/settings.py | 2 +- azuredeploy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app/settings.py b/app/app/settings.py index 63107917..f5af0161 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -269,7 +269,7 @@ SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') # on the import phase IMPORT_BATCH_SIZE = env.int('IMPORT_BATCH_SIZE', 500) -GOOGLE_TRACKING_ID = env('GOOGLE_TRACKING_ID', 'UA-125643874-2') +GOOGLE_TRACKING_ID = env('GOOGLE_TRACKING_ID', 'UA-125643874-2').strip() AZURE_APPINSIGHTS_IKEY = env('AZURE_APPINSIGHTS_IKEY', None) APPLICATION_INSIGHTS = { diff --git a/azuredeploy.json b/azuredeploy.json index 8623e476..73d93dd5 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -301,7 +301,7 @@ }, { "name": "GOOGLE_TRACKING_ID", - "value": "" + "value": " " }, { "name": "DEBUG",