From 89af22dbe550798e7a6c5a51fc8c545eab74579c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 17 Oct 2014 12:25:42 +0200 Subject: [PATCH] Fix example config file: add enableFeedback option --- conf/main.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/main.example.json b/conf/main.example.json index 3585e04a..b71f9e52 100644 --- a/conf/main.example.json +++ b/conf/main.example.json @@ -3,6 +3,7 @@ "eventsUrl": "ws://localhost:8888/events", "debug": "true", "publicRegisterEnabled": true, + "feedbackEnabled": true, "privacyPolicyUrl": null, "termsOfServiceUrl": null }