🔧(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:
committed by
aleb_the_flash
parent
0627510f10
commit
6b03ebb393
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user