init
This commit is contained in:
14
nas-uploader/.env.example
Normal file
14
nas-uploader/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# NAS图片存储根目录(部署时修改为实际路径)
|
||||
NAS_DATA_PATH=/volume1/nas_data
|
||||
|
||||
# 服务端口
|
||||
PORT=5000
|
||||
|
||||
# 允许的图片格式(小写,逗号分隔)
|
||||
ALLOWED_EXTENSIONS=jpg,jpeg,png,gif,webp
|
||||
|
||||
# 单次上传最大文件数量
|
||||
MAX_FILES_COUNT=100
|
||||
|
||||
# 单张图片最大大小(MB)
|
||||
MAX_FILE_SIZE_MB=20
|
||||
Reference in New Issue
Block a user