causefx пре 7 година
родитељ
комит
7a5150a159
1 измењених фајлова са 2 додато и 1 уклоњено
  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',
 	'description' => 'Organizr - Accept no others',
 	'debugErrors' => true,
-	'healthChecksURL' => 'https://healthchecks.io/api/v1/checks/'
+	'healthChecksURL' => 'https://healthchecks.io/api/v1/checks/',
+	'gaTrackingID' => ''
 );