From 69380146e48cbf0105e0825da70b3880cf2cf742 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Wed, 12 Jul 2023 16:39:02 -0300 Subject: [PATCH] fix: Adjusts in env files, removed save old_messages --- Docker/.env.example | 3 ++- src/dev-env.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Docker/.env.example b/Docker/.env.example index 18fa32bd..55c4a765 100644 --- a/Docker/.env.example +++ b/Docker/.env.example @@ -40,7 +40,8 @@ REDIS_ENABLED=false REDIS_URI=redis://redis:6379 REDIS_PREFIX_KEY=evolution -# Webhook Settings +# Global Webhook Settings +# Each instance's Webhook URL and events will be requested at the time it is created ## Define a global webhook that will listen for enabled events from all instances WEBHOOK_GLOBAL_URL='' WEBHOOK_GLOBAL_ENABLED=false diff --git a/src/dev-env.yml b/src/dev-env.yml index 85061e12..e60e7436 100644 --- a/src/dev-env.yml +++ b/src/dev-env.yml @@ -78,7 +78,8 @@ REDIS: URI: 'redis://localhost:6379' PREFIX_KEY: 'evolution' -# Webhook Settings +# Global Webhook Settings +# Each instance's Webhook URL and events will be requested at the time it is created WEBHOOK: # Define a global webhook that will listen for enabled events from all instances GLOBAL: