-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalk-hpb.env.example
More file actions
45 lines (33 loc) · 1.51 KB
/
talk-hpb.env.example
File metadata and controls
45 lines (33 loc) · 1.51 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Talk High Performance Backend (HPB) Configuration
# Copy this file to talk-hpb.env and adjust the values
#
# Generate all secrets with: openssl rand -hex 16
# =============================================================================
# REQUIRED SETTINGS
# =============================================================================
# Your Nextcloud domain (without protocol, e.g., cloud.example.com)
NC_DOMAIN=nextcloud.local
# Talk host domain (usually same as NC_DOMAIN)
TALK_HOST=nextcloud.local
# Timezone
TZ=Europe/Berlin
# =============================================================================
# SECRETS - Generate each with: openssl rand -hex 16
# =============================================================================
# TURN server secret (for NAT traversal in video calls)
TURN_SECRET=
# Signaling secret (Nextcloud <-> HPB authentication)
# IMPORTANT: This must match what you configure in Nextcloud Talk settings
SIGNALING_SECRET=
# Internal secret (HPB internal communication)
INTERNAL_SECRET=
# =============================================================================
# OPTIONAL: RECORDING BACKEND
# =============================================================================
# Recording secret (only needed if recording is enabled)
RECORDING_SECRET=
# =============================================================================
# ADVANCED SETTINGS (usually no changes needed)
# =============================================================================
# TURN/STUN port
TALK_PORT=3478