Quellcode durchsuchen

Add analytics config

poeti8 vor 7 Jahren
Ursprung
Commit
feef3e7f48
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      server/config.example.js

+ 6 - 0
server/config.example.js

@@ -33,6 +33,12 @@ module.exports = {
   */
   GOOGLE_SAFE_BROWSING_KEY: '',
 
+  /* 
+    Google Analytics tracking ID for universal analytics.
+    Example: UA-XXXX-XX
+  */
+  GOOGLE_ANALYTICS: '',
+
   /*
     Your email host details to use to send verification emails.
     More info on http://nodemailer.com/