We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b89b98 commit 5e96895Copy full SHA for 5e96895
1 file changed
app/extensions/file/config.py
@@ -1 +1,9 @@
1
# 文件相关配置
2
+FILE = {
3
+ "STORE_DIR": 'app/assets',
4
+ "SINGLE_LIMIT": 1024 * 1024 * 2,
5
+ "TOTAL_LIMIT": 1024 * 1024 * 20,
6
+ "NUMS": 10,
7
+ "INCLUDE": set([]),
8
+ "EXCLUDE": set([])
9
+}
0 commit comments