Skip to content

Instantly share code, notes, and snippets.

@ph20
Last active December 26, 2023 19:08
Show Gist options
  • Save ph20/bbe436ca2b335eb7046f355fdac8cbf3 to your computer and use it in GitHub Desktop.
Save ph20/bbe436ca2b335eb7046f355fdac8cbf3 to your computer and use it in GitHub Desktop.
seafile workable config
[DATABASE]
type = mysql
host = 127.0.0.1
port = 3306
username = seafile
password = P@sswd
name = seahub-db
[AUDIT]
enabled = true
[INDEX FILES]
enabled = true
interval = 10m
highlight = fvh
## If true, indexes the contents of office/pdf files while updating search index
## 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.
index_office_pdf = true
[SEAHUB EMAIL]
enabled = true
## interval of sending Seahub email. Can be s(seconds), m(minutes), h(hours), d(days)
interval = 30m
# Enable statistics
[STATISTICS]
enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment