mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-10 18:57:06 +00:00
🐛(backend) disable recording events in the default env file
The tests were failing when the Django settings did not disable recording events, which was the case by default. We do not rely on these events anymore by default, so set the corresponding environment variable to false in the env file to make the tests pass out of the box.
This commit is contained in:
committed by
aleb_the_flash
parent
280ebdfe7f
commit
d7ab5f4f1f
@@ -63,7 +63,7 @@ ALLOW_UNREGISTERED_ROOMS=False
|
||||
|
||||
# Recording
|
||||
RECORDING_ENABLE=True
|
||||
RECORDING_STORAGE_EVENT_ENABLE=True
|
||||
RECORDING_STORAGE_EVENT_ENABLE=False
|
||||
RECORDING_STORAGE_EVENT_TOKEN=password
|
||||
SUMMARY_SERVICE_ENDPOINT=http://app-summary-dev:8000/api/v2/async-jobs/transcribe/
|
||||
SUMMARY_SERVICE_API_TOKEN=password
|
||||
|
||||
Reference in New Issue
Block a user