Adding example configuration for google analytics

stable
Alejandro Alonso 2014-10-21 13:10:51 +02:00
parent e94723e0b0
commit 4866030558
1 changed files with 4 additions and 0 deletions

View File

@ -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,