Browse Source

missing gaTrackingID

causefx 7 years ago
parent
commit
7a5150a159
1 changed files with 2 additions and 1 deletions
  1. 2 1
      api/config/default.php

+ 2 - 1
api/config/default.php

@@ -223,5 +223,6 @@ return array(
 	'sandbox' => 'allow-presentation,allow-forms,allow-same-origin,allow-pointer-lock,allow-scripts,allow-popups,allow-modals,allow-top-navigation',
 	'sandbox' => 'allow-presentation,allow-forms,allow-same-origin,allow-pointer-lock,allow-scripts,allow-popups,allow-modals,allow-top-navigation',
 	'description' => 'Organizr - Accept no others',
 	'description' => 'Organizr - Accept no others',
 	'debugErrors' => true,
 	'debugErrors' => true,
-	'healthChecksURL' => 'https://healthchecks.io/api/v1/checks/'
+	'healthChecksURL' => 'https://healthchecks.io/api/v1/checks/',
+	'gaTrackingID' => ''
 );
 );