Adding example configuration for google analytics
parent
e94723e0b0
commit
4866030558
|
@ -2,6 +2,10 @@
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
"eventsUrl": "ws://localhost:8888/events",
|
"eventsUrl": "ws://localhost:8888/events",
|
||||||
"debug": "true",
|
"debug": "true",
|
||||||
|
# Google analytics, uncomment if needed
|
||||||
|
"analytics": {
|
||||||
|
"accountId": "XXXXXXXXXXXX"
|
||||||
|
},
|
||||||
"publicRegisterEnabled": true,
|
"publicRegisterEnabled": true,
|
||||||
"feedbackEnabled": true,
|
"feedbackEnabled": true,
|
||||||
"privacyPolicyUrl": null,
|
"privacyPolicyUrl": null,
|
||||||
|
|
Loading…
Reference in New Issue