mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
8 lines
343 B
Bash
8 lines
343 B
Bash
# 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
|