11 lines
273 B
Bash
11 lines
273 B
Bash
SERVER_PORT=6080
|
|
|
|
# LiveKit configuration
|
|
LIVEKIT_URL=http://localhost:7880
|
|
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=secret
|
|
|
|
# Azure Blob Storage configuration
|
|
AZURE_ACCOUNT_NAME=yourstorageaccountname
|
|
AZURE_ACCOUNT_KEY=youraccountkey
|
|
AZURE_CONTAINER_NAME=openvidu-appdata |