Advertisement
Guest User

seafevents

a guest
Jul 22nd, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. root@h2709969:/home/seafile/seafile/conf# cat seafevents.conf
  2. [DATABASE]
  3. type = mysql
  4. host = 127.0.0.1
  5. port = 3306
  6. username = seafile
  7. password = **password**
  8. name = seahub-db
  9.  
  10.  
  11.  
  12. [Audit]
  13. enable = true
  14.  
  15. [INDEX FILES]
  16. enabled = true
  17. interval = 10m
  18. index_office_pdf = false
  19.  
  20. ## If true, indexes the contents of office/pdf files while updating search index
  21. ## Note: If you change this option from "false" to "true", then you need to clear the search index and update the index again. See the FAQ for details.
  22. index_office_pdf = true
  23.  
  24. [OFFICE CONVERTER]
  25. enabled = true
  26. workers = 1
  27.  
  28. ## how many pages are allowed to be previewed online. Default is 50 pages
  29. max-pages = 50
  30.  
  31. ## the max size of documents allowed to be previewed online, in MB. Default is 10 MB
  32. ## Previewing a large file (for example >30M) online is likely going to freeze the browser.
  33. max-size = 10
  34.  
  35. [SEAHUB EMAIL]
  36. enabled = true
  37.  
  38. ## interval of sending Seahub email. Can be s(seconds), m(minutes), h(hours), d(days)
  39. interval = 30m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement