mirror of
https://github.com/suitenumerique/messages.git
synced 2026-08-29 19:29:37 +02:00
- Added multipart upload capabilities for EML and MBOX files to the message imports bucket. - Introduced new API endpoints for initiating uploads, completing uploads, and aborting uploads. - Updated serializers and viewsets to handle file uploads efficiently. - Improved frontend components to display upload progress and handle file uploads seamlessly. - Adjusted backend services to process uploaded files asynchronously, ensuring better performance and user experience. - Updated documentation and tests to reflect the new functionality.
11 lines
489 B
Plaintext
11 lines
489 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8901
|
|
NEXT_PUBLIC_S3_DOMAIN_REPLACE=http://localhost:9000
|
|
NEXT_TELEMETRY_DISABLED=1
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_API_URL=http://localhost:8901/api/v1.0/inbound/widget/
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_PATH=http://localhost:8905/dist/
|
|
NEXT_PUBLIC_FEEDBACK_WIDGET_CHANNEL=
|
|
NEXT_PUBLIC_LANGUAGES=[["en-US","English"],["fr-FR","Français"]]
|
|
NEXT_PUBLIC_DEFAULT_LANGUAGE=en-US
|
|
# Chunk size for multipart upload in MB
|
|
NEXT_PUBLIC_MULTIPART_UPLOAD_CHUNK_SIZE=100
|