Browse Source

Added hostnames for livekit and jwt labels

element-call-integration
Backslash 1 year ago
committed by GitHub
parent
commit
6d6f9ab853
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      roles/custom/matrix-element-call/defaults/main.yml

+ 4
- 0
roles/custom/matrix-element-call/defaults/main.yml View File

@@ -28,6 +28,10 @@ redis_port: "6379"
# LiveKit configuration # LiveKit configuration
matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key }}" # Must be defined in host_vars matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key }}" # Must be defined in host_vars
matrix_element_call_livekit_service_url: "wss://sfu.{{ matrix_domain }}:443" matrix_element_call_livekit_service_url: "wss://sfu.{{ matrix_domain }}:443"
matrix_element_call_livekit_hostname: "sfu.{{ matrix_domain }}"

# jwt configuration
matrix_element_call_jwt_hostname: "sfu-jwt.{{ matrix_domain }}"


# Well-known paths and domains (derived from matrix_domain) # Well-known paths and domains (derived from matrix_domain)
matrix_element_call_domain: "call.{{ matrix_domain }}" matrix_element_call_domain: "call.{{ matrix_domain }}"


Loading…
Cancel
Save