🔧(backend) enable recording and storage hook

Update values for dev and staging environment to enable
recording-related endpoints. A new secret need to be created.

Production values will be added in an upcoming commit.
This commit is contained in:
lebaudantoine
2024-11-26 23:40:03 +01:00
committed by aleb_the_flash
parent 0627510f10
commit 6b03ebb393
3 changed files with 12 additions and 0 deletions

View File

@@ -54,6 +54,11 @@ backend:
AWS_S3_ACCESS_KEY_ID: meet
AWS_S3_SECRET_ACCESS_KEY: password
AWS_STORAGE_BUCKET_NAME: meet-media-storage
AWS_S3_REGION_NAME: local
RECORDING_ENABLE: True
RECORDING_VERIFY_SSL: False
RECORDING_STORAGE_EVENT_ENABLE: True
RECORDING_STORAGE_EVENT_TOKEN: password
migrate: