|
|
|
|
@ -683,6 +683,14 @@ UPLOAD_IMAGE_FILE_SIZE_LIMIT=10
|
|
|
|
|
UPLOAD_VIDEO_FILE_SIZE_LIMIT=100
|
|
|
|
|
# Upload audio file size limit, default 50M.
|
|
|
|
|
UPLOAD_AUDIO_FILE_SIZE_LIMIT=50
|
|
|
|
|
# Allowed Upload Extensions
|
|
|
|
|
# You can configure multiple ones, separated by commas. eg: .txt,.pdf,.doc
|
|
|
|
|
UPLOAD_IMAGE_ALLOWED_EXTENSIONS=.jpg,.jpeg,.png,.gif,.webp
|
|
|
|
|
UPLOAD_VIDEO_ALLOWED_EXTENSIONS=.mp4,.avi,.mov,.mkv,.webm
|
|
|
|
|
UPLOAD_AUDIO_ALLOWED_EXTENSIONS=.mp3,.wav,.ogg,.flac,.aac
|
|
|
|
|
UPLOAD_FILE_ALLOWED_EXTENSIONS=.txt,.md,.mdx,.markdown,.pdf,.html,.xlsx,.xls,.doc,.docx,.csv,.eml,.msg,.pptx,.ppt,.xml,.epub
|
|
|
|
|
# Only the file extensions listed below will be accepted in the workflow input.
|
|
|
|
|
UPLOAD_WORKFLOW_ALLOWED_EXTENSIONS=.json,.yaml,.yml,.zip,.tar,.gz,7z,.rar
|
|
|
|
|
|
|
|
|
|
# ------------------------------
|
|
|
|
|
# Sentry Configuration
|
|
|
|
|
|