Fix example config file: add enableFeedback option

stable
David Barragán Merino 2014-10-17 12:25:42 +02:00
parent 7bb9bea28a
commit 89af22dbe5
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"eventsUrl": "ws://localhost:8888/events", "eventsUrl": "ws://localhost:8888/events",
"debug": "true", "debug": "true",
"publicRegisterEnabled": true, "publicRegisterEnabled": true,
"feedbackEnabled": true,
"privacyPolicyUrl": null, "privacyPolicyUrl": null,
"termsOfServiceUrl": null "termsOfServiceUrl": null
} }