feat: Added rabbitmq to send events

This commit is contained in:
Davidson Gomes
2023-08-02 17:39:07 -03:00
parent ab5289a136
commit 55f8e179af
5 changed files with 24 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ REDIS_ENABLED=true
REDIS_URI=redis://redis:6379
REDIS_PREFIX_KEY=evdocker
RABBITMQ_ENABLED=true
RABBITMQ_URI=amqp://guest:guest@rabbitmq:5672
# 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