#!/bin/bash # Generate a LiveKit API key/secret pair. # Copy the output into: # 1. deploy/livekit.yaml (keys section) # 2. VoceChat admin -> Settings -> video (LiveKit) config page set -e echo "Generating LiveKit API key and secret..." echo "" docker run --rm livekit/livekit-server generate-keys echo "" echo "Copy the API Key and Secret into:" echo " 1. deploy/livekit.yaml -> keys section" echo " 2. VoceChat admin panel -> Settings -> video (LiveKit)"