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:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user