conf_ldap.json 510 B

123456789101112131415161718
  1. {
  2. "api": "https://##APP_DOMAIN##/api/v1/",
  3. "eventsUrl": "wss://##APP_DOMAIN##/events",
  4. "eventsMaxMissedHeartbeats": 5,
  5. "eventsHeartbeatIntervalTime": 60000,
  6. "debug": true,
  7. "debugInfo": true,
  8. "defaultLanguage": "en",
  9. "themes": ["taiga"],
  10. "defaultTheme": "taiga",
  11. "publicRegisterEnabled": true,
  12. "feedbackEnabled": true,
  13. "privacyPolicyUrl": null,
  14. "termsOfServiceUrl": null,
  15. "maxUploadFileSize": null,
  16. "loginFormType": "ldap",
  17. "contribPlugins": []
  18. }