Files
UploaderHui/nas-uploader/.env.example
2026-04-18 15:08:57 +08:00

15 lines
324 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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