15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
NODE_ENV=production
|
|
PORT=4000
|
|
SESSION_SECRET=
|
|
|
|
# Relay-only Videochat via TURN
|
|
VIDEO_TURN_URLS=
|
|
VIDEO_TURN_USERNAME=
|
|
VIDEO_TURN_CREDENTIAL=
|
|
|
|
# Optional zusaetzliche STUN-Server
|
|
VIDEO_STUN_URLS=
|
|
|
|
# Optional: komplette ICE-Serverliste als JSON statt der Einzelvariablen
|
|
# VIDEO_ICE_SERVERS_JSON=
|