backend: Disable webhook functionality in development environment
This commit is contained in:
parent
6fb353b6b4
commit
94de7d6610
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user