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,