mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
dd23ce817a
PR #1446 introduced compose setup cleanup but ommited the `metadata_collector.dist` environment template. Add this new file to the repository.
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
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
|