A self hosted chat application with end-to-end encrypted messaging.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

  1. {
  2. "properties" : [
  3. {
  4. "name" : "chatto.token.timeout-duration",
  5. "type" : "java.lang.String",
  6. "description" : "The duration for auth token validity. Token expires after this period of inactivity"
  7. },
  8. {
  9. "name" : "chatto.frontend.log-level",
  10. "type" : "java.lang.String",
  11. "description" : "The log level for the frontend JS application"
  12. },
  13. {
  14. "name" : "chatto.frontend.chat-page-size",
  15. "type" : "java.lang.Integer",
  16. "description" : "The pagination size for the chat area"
  17. },
  18. {
  19. "name" : "chat-worker-bundle",
  20. "type" : "java.lang.String",
  21. "description" : "Name of the chat worker js bundle"
  22. },
  23. {
  24. "name" : "chat-bundle",
  25. "type" : "java.lang.String",
  26. "description" : "Name of the chatjs bundle"
  27. },
  28. {
  29. "name" : "admin-bundle",
  30. "type" : "java.lang.String",
  31. "description" : "Name of the admin js bundle"
  32. }
  33. ]
  34. }