backend: Disable webhook functionality in development environment

This commit is contained in:
Carlos Santos 2025-03-28 10:29:31 +01:00
parent 6fb353b6b4
commit 94de7d6610

View File

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