Last active
December 26, 2023 19:08
-
-
Save ph20/bbe436ca2b335eb7046f355fdac8cbf3 to your computer and use it in GitHub Desktop.
seafile workable config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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