mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 14:42:10 +00:00
Enable file history (#6042)
This commit is contained in:
@@ -519,6 +519,11 @@ interval = 30m
|
||||
# Enable statistics
|
||||
[STATISTICS]
|
||||
enabled=true
|
||||
|
||||
# Enable file history
|
||||
[FILE HISTORY]
|
||||
enabled = true
|
||||
suffix = md,txt,doc,docx,xls,xlsx,ppt,pptx,sdoc
|
||||
'''
|
||||
db_config_text = self.db_config.generate_config_text()
|
||||
if not os.path.exists(env_mgr.pro_data_dir):
|
||||
|
Reference in New Issue
Block a user