mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-30 03:59:07 +00:00
📝(agents) add missing metadata_collector.dist environment template
PR #1446 introduced compose setup cleanup but ommited the `metadata_collector.dist` environment template. Add this new file to the repository.
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
LIVEKIT_URL=ws://livekit:7880
|
||||||
|
LIVEKIT_API_KEY=devkey
|
||||||
|
LIVEKIT_API_SECRET=secret
|
||||||
|
|
||||||
|
AWS_S3_ENDPOINT_URL=minio:9000
|
||||||
|
AWS_S3_ACCESS_KEY_ID=meet
|
||||||
|
AWS_S3_SECRET_ACCESS_KEY=password
|
||||||
|
AWS_STORAGE_BUCKET_NAME=meet-media-storage
|
||||||
|
AWS_S3_SECURE_ACCESS=False
|
||||||
Reference in New Issue
Block a user