mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 10:47:51 +02:00
Variables rename (matrix_livekit_server_ -> livekit_server_) to prepare for role extraction
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Environment variables for JWT Service
|
||||
LIVEKIT_KEY=devkey
|
||||
LIVEKIT_URL=wss://{{ matrix_livekit_server_hostname }}:443
|
||||
LIVEKIT_SECRET={{ matrix_livekit_server_dev_key }}
|
||||
LIVEKIT_URL=wss://{{ livekit_server_hostname }}:443
|
||||
LIVEKIT_SECRET={{ livekit_server_dev_key }}
|
||||
|
Reference in New Issue
Block a user