Remove some useless variables and rework environment variables variable for livekit-jwt-service

This commit is contained in:
Slavi Pantaleev
2025-03-12 08:00:28 +02:00
parent e1b57f3d45
commit 0215708f79
4 changed files with 9 additions and 9 deletions

View File

@ -77,9 +77,6 @@ matrix_element_call_container_labels_additional_labels: ''
# A list of extra arguments to pass to the container
matrix_element_call_container_extra_arguments: []
# Additional environment variables for the container
matrix_element_call_environment_variables_additional: {}
# List of systemd services that matrix-element-call.service depends on
matrix_element_call_systemd_required_services_list: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"