19 lines
445 B
Bash
19 lines
445 B
Bash
SERVER_PORT=6080
|
|
|
|
# LiveKit configuration
|
|
LIVEKIT_URL=http://localhost:7880
|
|
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=secret
|
|
|
|
# S3 configuration
|
|
S3_ENDPOINT=http://localhost:9000
|
|
S3_ACCESS_KEY=minioadmin
|
|
S3_SECRET_KEY=minioadmin
|
|
AWS_REGION=us-east-1
|
|
S3_BUCKET=openvidu
|
|
RECORDINGS_PATH=recordings/
|
|
|
|
# Azure Blob Storage configuration
|
|
AZURE_ACCOUNT_NAME=yourstorageaccountname
|
|
AZURE_ACCOUNT_KEY=youraccountkey
|
|
AZURE_CONTAINER_NAME=openvidu-appdata |