Sfoglia il codice sorgente

Update env.j2

element-call-integration
Backslash 1 anno fa
committed by GitHub
parent
commit
8b172cc194
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      roles/custom/matrix-element-call/templates/env.j2

+ 2
- 1
roles/custom/matrix-element-call/templates/env.j2 Vedi File

@@ -1,7 +1,8 @@
# Environment variables for Element Call
ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
LIVEKIT_KEY=devkey
LIVEKIT_SERVICE_URL={{ matrix_element_call_livekit_service_url }}
LIVEKIT_SECRET={{ matrix_element_call_livekit_dev_key }}
LIVEKIT_SECRET={{ matrix_element_call_jwt_secret }}
JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }}

# Optional additional environment variables provided by the user


Caricamento…
Annulla
Salva