From 4866030558393aee18c90f542780d944488c8fb2 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 21 Oct 2014 13:10:51 +0200 Subject: [PATCH] Adding example configuration for google analytics --- conf/main.example.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/main.example.json b/conf/main.example.json index b71f9e52..79d738a6 100644 --- a/conf/main.example.json +++ b/conf/main.example.json @@ -2,6 +2,10 @@ "api": "http://localhost:8000/api/v1/", "eventsUrl": "ws://localhost:8888/events", "debug": "true", + # Google analytics, uncomment if needed + "analytics": { + "accountId": "XXXXXXXXXXXX" + }, "publicRegisterEnabled": true, "feedbackEnabled": true, "privacyPolicyUrl": null,