Use the standard LiveKit JWT extra arguments variable

This commit is contained in:
Slavi Pantaleev
2026-08-31 06:43:22 +03:00
parent 92c7d216c8
commit ff90752790
3 changed files with 2 additions and 4 deletions
@@ -157,9 +157,6 @@ matrix_livekit_jwt_service_systemd_required_services_list_custom: []
# installation tasks haven't run (e.g., due to --tags skipping them).
matrix_livekit_jwt_service_restart_necessary: false
# Support additional container arguments for the LiveKit JWT service
matrix_livekit_jwt_service_container_additional_arguments: []
# A list of additional "volumes" to mount in the container.
# Contains definition objects like this: `{"type": "bind", "src": "/outside", "dst": "/inside", "options": "readonly"}.
# See the `--mount` documentation for the `docker run` command.