Fix example config file: add enableFeedback option
parent
7bb9bea28a
commit
89af22dbe5
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue