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 6f6d1329c6
commit 5f2b0aea8b
3 changed files with 29 additions and 27 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}"