From 94de7d6610d55ee2426c0c7042877f7824a13142 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 28 Mar 2025 10:29:31 +0100 Subject: [PATCH] backend: Disable webhook functionality in development environment --- backend/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.development b/backend/.env.development index b74e890..c648a27 100644 --- a/backend/.env.development +++ b/backend/.env.development @@ -1,4 +1,4 @@ USE_HTTPS=false MEET_LOG_LEVEL=debug SERVER_CORS_ORIGIN=* -MEET_WEBHOOK_ENABLED=true \ No newline at end of file +MEET_WEBHOOK_ENABLED=false \ No newline at end of file