新增存储引擎统一文件读写

This commit is contained in:
veoco
2022-12-12 11:18:55 +08:00
parent 8935da813b
commit 4e069486bf
3 changed files with 58 additions and 26 deletions
+2
View File
@@ -25,3 +25,5 @@ TITLE = config('TITLE', cast=str, default="文件快递柜")
DESCRIPTION = config('DESCRIPTION', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件")
KEYWORDS = config('KEYWORDS', cast=str, default="FileCodeBox,文件快递柜,口令传送箱,匿名口令分享文本,文件等文件")
STORAGE_ENGINE = config('STORAGE_ENGINE', cast=str, default="filesystem")