conf.json 323 B

123456789101112131415
  1. {
  2. "api": "http://example.com/api/v1/",
  3. "eventsUrl": "ws://example.com/events",
  4. "debug": "true",
  5. "publicRegisterEnabled": true,
  6. "feedbackEnabled": true,
  7. "privacyPolicyUrl": null,
  8. "termsOfServiceUrl": null,
  9. "maxUploadFileSize": null,
  10. "loginFormType": "ldap",
  11. "contribPlugins": []
  12. }