backend: Enable webhook functionality in development environment

This commit is contained in:
Carlos Santos 2025-03-17 10:44:48 +01:00
parent ff176ff126
commit 3326bf8f43

View File

@ -1,3 +1,4 @@
USE_HTTPS=false
MEET_LOG_LEVEL=debug
SERVER_CORS_ORIGIN=*
SERVER_CORS_ORIGIN=*
MEET_WEBHOOK_ENABLED=true