Explorar el Código

Remove analytics key from the example config

Pouria hace 6 años
padre
commit
3561a579fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/config.example.js

+ 1 - 1
client/config.example.js

@@ -6,7 +6,7 @@ module.exports = {
   RECAPTCHA_SITE_KEY: '',
 
   // Google analytics tracking ID
-  GOOGLE_ANALYTICS_ID: '6Lc4TUAUAAAAAMRHnlEEt21UkPlOXKCXHaIapdTT',
+  GOOGLE_ANALYTICS_ID: '',
 
   // Contact email address
   CONTACT_EMAIL: '',