fix: Adjusts in env files, removed save old_messages

This commit is contained in:
Davidson Gomes 2023-07-12 16:39:02 -03:00
parent 86ce00365a
commit 69380146e4
2 changed files with 4 additions and 2 deletions

View File

@ -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='<url>'
WEBHOOK_GLOBAL_ENABLED=false

View File

@ -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: