mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-10 22:02:21 -06:00
Fix: Fixed global exchange name and updated database connection client name
This commit resolves an issue with the global exchange name and updates the database connection client name. The `.env.example`, `CHANGELOG.md`, and `src/api/integrations/rabbitmq/libs/amqp.server.ts` files were modified. The exchange name in the AMQP server and global queues initialization has been changed to use the value from the configuration service. Additionally, the database connection client name has been updated in the `.env.example` file. The change in the `CHANGELOG.md` file has been updated accordingly.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* Fixed the function of saving or not saving data in the database
|
||||
* Resolve not find name
|
||||
* Removed DEL_TEMP_INSTANCES as it is not being used
|
||||
* Fixed global exchange name
|
||||
|
||||
# 2.0.1-beta (2024-07-17 17:01)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user