sec: remove certs/cookie from tracking, parameterize LiveKit secrets, add .env.example

This commit is contained in:
2026-07-20 13:03:42 -04:00
parent 3d0bc76ef2
commit 41f0c3ad5c
6 changed files with 29 additions and 118 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ rtc:
- host: turn.dustin.coffee
port: 443
protocol: tls
username: V8S6EWOU1Lqp
credential: jQRJztgWbqDn9vjMUhHZg1ooxuhiBjhk
username: "${LIVEKIT_API_KEY}"
credential: "${LIVEKIT_API_SECRET}"
turn:
enabled: false
keys:
V8S6EWOU1Lqp: jQRJztgWbqDn9vjMUhHZg1ooxuhiBjhk
"${LIVEKIT_API_KEY}": "${LIVEKIT_API_SECRET}"