From 1b53945a4d767b937c738adebb7c73aadad40bf2 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 21 Oct 2014 13:14:54 +0200 Subject: [PATCH] Removing unnecesary base configuration --- conf/main.example.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/main.example.json b/conf/main.example.json index 79d738a6..b71f9e52 100644 --- a/conf/main.example.json +++ b/conf/main.example.json @@ -2,10 +2,6 @@ "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,