-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 747 Bytes
/
.env.example
File metadata and controls
28 lines (21 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# OpenStudio Development Configuration
# Development Mode
# - docker: Run all services in Docker (recommended for most users)
# - local: Run signaling server locally with hot reload (for core development)
DEV_MODE=docker
# Local Development Port (only used when DEV_MODE=local)
# Note: Docker mode always uses port 6736
LOCAL_SIGNALING_PORT=6736
# Icecast credentials
ICECAST_SOURCE_PASSWORD=changeme
ICECAST_ADMIN_PASSWORD=changeme
ICECAST_ADMIN_USERNAME=admin
ICECAST_RELAY_PASSWORD=changeme
# TURN server
COTURN_PASSWORD=changeme
# Icecast connection (server-side)
ICECAST_PASS=changeme
# JWT secret (Phase 2 - leave empty for auto-generation)
JWT_SECRET=
# Room TTL (milliseconds, 0 = no expiry, 900000 = 15 min for demo)
ROOM_TTL_MS=0