Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 rivejä
479 B

  1. # Environment variables for Element Call
  2. ELEMENT_CALL_SERVER_URL=https://{{ matrix_element_call_domain }}
  3. LIVEKIT_KEY=devkey
  4. LIVEKIT_URL={{ matrix_element_call_livekit_service_url }}
  5. LIVEKIT_SECRET={{ matrix_element_call_jwt_secret }}
  6. JWT_SERVICE_URL={{ matrix_element_call_jwt_service_url }}
  7. # Optional additional environment variables provided by the user
  8. {% for key, value in matrix_element_call_environment_variables_additional.items() %}
  9. {{ key }}={{ value }}
  10. {% endfor %}