- Create README.md for deployment instructions - Add .env file for environment variables - Add Caddyfile for reverse proxy configuration - Create docker-compose.yml for service orchestration
9 lines
240 B
Bash
9 lines
240 B
Bash
# OpenVidu Meet Demo Configuration
|
|
|
|
# Domain for the application (used by Caddy for HTTPS)
|
|
DOMAIN=meet-demo-app.openvidu.io
|
|
|
|
# OpenVidu Meet Server Configuration
|
|
OV_MEET_SERVER_URL=https://meet-demo.openvidu.io
|
|
OV_MEET_API_KEY=meet-api-key
|