Files
web/deployment/livekit.local.env.example
T

8 lines
400 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Append these lines to deployment/.env so the Python backend can mint LiveKit JWTs.
# Keys must match deployment/livekit.dev.yaml (keys.fromchat_dev).
# LAN_IP = this machines address on your LAN (phones/emulators use it to reach LiveKit).
LAN_IP=192.168.1.14
LIVEKIT_API_KEY=fromchat_dev
LIVEKIT_API_SECRET=local_dev_secret_must_be_at_least_32_characters_long
LIVEKIT_URL=ws://192.168.1.14:7880