mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-19 06:33:24 +00:00
Variables rename (matrix_livekit_server_ -> livekit_server_) to prepare for role extraction
This commit is contained in:
@@ -34,10 +34,10 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
|
||||
# Enable dependent services
|
||||
keydb_enabled: true
|
||||
matrix_element_call_enabled: true
|
||||
matrix_livekit_server_enabled: true
|
||||
livekit_server_enabled: true
|
||||
matrix_jwt_service_enabled: true
|
||||
# Set a secure key for LiveKit authentication
|
||||
matrix_livekit_server_dev_key: 'your-secure-livekit-key'
|
||||
livekit_server_dev_key: 'your-secure-livekit-key'
|
||||
```
|
||||
|
||||
## Installing
|
||||
@@ -68,4 +68,4 @@ Ensure these ports are open and forwarded appropriately to allow traffic to flow
|
||||
|
||||
## Additional Information
|
||||
|
||||
Refer to the Element Call documentation for more details on configuring and using Element Call.
|
||||
Refer to the Element Call documentation for more details on configuring and using Element Call.
|
||||
|
Reference in New Issue
Block a user