1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

Enable file history (#6042)

This commit is contained in:
欢乐马
2024-04-26 23:20:46 +08:00
committed by GitHub
parent 81f73913a4
commit 699125d72a

View File

@@ -519,6 +519,11 @@ interval = 30m
# Enable statistics # Enable statistics
[STATISTICS] [STATISTICS]
enabled=true 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() db_config_text = self.db_config.generate_config_text()
if not os.path.exists(env_mgr.pro_data_dir): if not os.path.exists(env_mgr.pro_data_dir):