mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
fix: Adjusts in env files, removed save old_messages
This commit is contained in:
parent
86ce00365a
commit
69380146e4
@ -40,7 +40,8 @@ REDIS_ENABLED=false
|
|||||||
REDIS_URI=redis://redis:6379
|
REDIS_URI=redis://redis:6379
|
||||||
REDIS_PREFIX_KEY=evolution
|
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
|
## Define a global webhook that will listen for enabled events from all instances
|
||||||
WEBHOOK_GLOBAL_URL='<url>'
|
WEBHOOK_GLOBAL_URL='<url>'
|
||||||
WEBHOOK_GLOBAL_ENABLED=false
|
WEBHOOK_GLOBAL_ENABLED=false
|
||||||
|
@ -78,7 +78,8 @@ REDIS:
|
|||||||
URI: 'redis://localhost:6379'
|
URI: 'redis://localhost:6379'
|
||||||
PREFIX_KEY: 'evolution'
|
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:
|
WEBHOOK:
|
||||||
# Define a global webhook that will listen for enabled events from all instances
|
# Define a global webhook that will listen for enabled events from all instances
|
||||||
GLOBAL:
|
GLOBAL:
|
||||||
|
Loading…
Reference in New Issue
Block a user