chore: Update environment variables and add Minio/S3 integration

Updated .env.example with new environment variables for Minio/S3 integration.
Added configuration for Minio/S3 endpoint, bucket, access key, secret key, and other related settings.
Updated CHANGELOG.md to include the Minio/S3 integration.

This change allows for the addition of Minio/S3 as a storage option for the project, improving flexibility and scalability.
This commit is contained in:
Davidson Gomes
2024-07-13 16:09:20 -03:00
parent e73d9c1982
commit db1ab7404b
2 changed files with 25 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
* Add support for managing WhatsApp templates via official API
* Fixes and implementation of regex and fallback in typebot
* Ignore jids configuration added to typebot (will be used for both groups and contacts)
* Minio and S3 integration
### Fixed