feat: add recording bucket configuration and update LiveKit credentials in compose.yaml
- Introduced RECORDING_BUCKET_NAME environment variable for managing recordings. - Updated LiveKit API key and secret for enhanced security and access control.
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
- MINIO_BUCKET_NAME=epess
|
||||
- MINIO_ACCESS_KEY=71dNgJtzkelXtG3R6IVt
|
||||
- MINIO_SECRET_KEY=53LmFiDCZxvflJIOsVF9cf0aqkIjNU2oOWtLzGsf
|
||||
- RECORDING_BUCKET_NAME=epess-recordings
|
||||
- PAYOS_CLIENT_ID=e31f27d7-611a-468d-8d46-db21574a8fae
|
||||
- PAYOS_API_KEY=a31d1fa1-a1b9-4e91-9948-6e46e94ce27e
|
||||
- PAYOS_CHECKSUM_KEY=0b82fe148ab98083d471997df5cdd08f3c383013f8bc85e87d7ab1ab4433614e
|
||||
@@ -43,8 +44,8 @@ services:
|
||||
- PRISMA_MAX_RETRY=10
|
||||
- REDIS_URL=redis://10.0.27.1:6379
|
||||
- REDIS_PUBSUB_URL=redis://10.0.27.1:6379/7
|
||||
- LIVEKIT_API_KEY=APIxrJC8ckEXiKH
|
||||
- LIVEKIT_API_SECRET=vfVPEHkpe3VGQdNYiW2TfwagPONW4mlzf9JQu8YV13FA
|
||||
- LIVEKIT_API_KEY=API9imca9hBiQ7w
|
||||
- LIVEKIT_API_SECRET=75bhDbSrTpBTjWpcYRDM0fCAdcjHi3u6OFVNJe9Acx0
|
||||
- LIVEKIT_PORT=29258
|
||||
- LIVEKIT_URL=https://meet.epess.org
|
||||
- LIVEKIT_TURN_URL=turn://turn.epess.org:5349
|
||||
|
||||
Reference in New Issue
Block a user