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: