Selaa lähdekoodia

Changed matrix_base_domain to matrix_domain

element-call-integration
Backslash 1 vuosi sitten
committed by GitHub
vanhempi
commit
ce827e7953
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      roles/custom/matrix-element-call/defaults/main.yml

+ 3
- 3
roles/custom/matrix-element-call/defaults/main.yml Näytä tiedosto

@@ -5,7 +5,7 @@
matrix_element_call_enabled: false matrix_element_call_enabled: false


# Default Matrix server name (can be overridden in host_vars if needed) # Default Matrix server name (can be overridden in host_vars if needed)
matrix_server_name: "{{ matrix_base_domain }}"
matrix_server_name: "{{ matrix_domain }}"


# Base path configuration # Base path configuration
matrix_element_call_base_path: "/home/{{ matrix_user_username }}/dockerdata/volumes/elementcall" matrix_element_call_base_path: "/home/{{ matrix_user_username }}/dockerdata/volumes/elementcall"
@@ -28,10 +28,10 @@ redis_port: "6379"


# LiveKit configuration (should be set in host_vars or globally) # LiveKit configuration (should be set in host_vars or globally)
matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key | default('unset-livekit-key') }}" matrix_element_call_livekit_dev_key: "{{ matrix_livekit_dev_key | default('unset-livekit-key') }}"
matrix_element_call_livekit_service_url: "wss://sfu.{{ matrix_base_domain }}:443"
matrix_element_call_livekit_service_url: "wss://sfu.{{ matrix_domain }}:443"


# Well-known paths and domains (derived from matrix_base_domain) # Well-known paths and domains (derived from matrix_base_domain)
matrix_element_call_domain: "call.{{ matrix_base_domain }}"
matrix_element_call_domain: "call.{{ matrix_domain }}"
matrix_element_call_well_known_client_path: "/var/www/.well-known/matrix/client" matrix_element_call_well_known_client_path: "/var/www/.well-known/matrix/client"
matrix_element_call_well_known_element_path: "/var/www/.well-known/element/element.json" matrix_element_call_well_known_element_path: "/var/www/.well-known/element/element.json"
matrix_element_call_base_url: "https://{{ matrix_element_call_domain }}" matrix_element_call_base_url: "https://{{ matrix_element_call_domain }}"

Ladataan…
Peruuta
Tallenna