adding untested changes and new dockers
This commit is contained in:
12
social/matrix/.env.example
Normal file
12
social/matrix/.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user