sec: remove certs/cookie from tracking, parameterize LiveKit secrets, add .env.example
This commit is contained in:
+3
-3
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user