Files
OwnCord/Server/.env.example
T

8 lines
343 B
Bash
Raw Normal View History

# Copy this file to .env and fill in your values.
# .env is gitignored — never commit real secrets.
# LiveKit credentials — generate strong random values (min 32 chars for secret)
# These must match the keys: section in livekit.yaml
LIVEKIT_API_KEY=change-me-api-key
LIVEKIT_API_SECRET=change-me-api-secret-must-be-at-least-32-characters