fix: remove unuse log and add plugin config in docker config

This commit is contained in:
zhayujie
2023-11-28 16:29:32 +08:00
parent da87fd9e20
commit 6e0d2f9437
2 changed files with 7 additions and 1 deletions

View File

@@ -33,6 +33,12 @@
"max_tasks": 3,
"max_tasks_per_user": 1,
"use_image_create_prefix": true
},
"summary": {
"enabled": true,
"group_enabled": true,
"max_file_size": 5000,
"type": ["FILE", "SHARING"]
}
}
}