From 3326bf8f43631ba70083fd1974857761daa5ce99 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 17 Mar 2025 10:44:48 +0100 Subject: [PATCH] backend: Enable webhook functionality in development environment --- backend/.env.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/.env.development b/backend/.env.development index d48723a..b74e890 100644 --- a/backend/.env.development +++ b/backend/.env.development @@ -1,3 +1,4 @@ USE_HTTPS=false MEET_LOG_LEVEL=debug -SERVER_CORS_ORIGIN=* \ No newline at end of file +SERVER_CORS_ORIGIN=* +MEET_WEBHOOK_ENABLED=true \ No newline at end of file