mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-04-01 10:05:40 +02:00
4 lines
168 B
Django/Jinja
4 lines
168 B
Django/Jinja
# Environment variables for JWT Service
|
|
LIVEKIT_KEY=devkey
|
|
LIVEKIT_URL=wss://{{ matrix_livekit_server_hostname }}:443
|
|
LIVEKIT_SECRET={{ matrix_livekit_server_dev_key }} |