13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
# Synapse homeserver domain (cannot be changed after federation starts)
|
|
SYNAPSE_SERVER_NAME=matrix.example.com
|
|
|
|
TZ=UTC
|
|
|
|
# LiveKit JWT service credentials
|
|
# Generate a key/secret pair: https://docs.livekit.io/home/self-hosting/deployment/
|
|
LIVEKIT_KEY=changeme
|
|
LIVEKIT_SECRET=changeme
|
|
|
|
# Optional: override if livekit is not on localhost
|
|
# LIVEKIT_URL=ws://localhost:7880
|