|
|
|
@@ -80,8 +80,14 @@ matrix_livekit_jwt_service_environment_variable_livekit_url: "" |
|
|
|
# Controls the LIVEKIT_SECRET environment variable |
|
|
|
matrix_livekit_jwt_service_environment_variable_livekit_secret: "" |
|
|
|
|
|
|
|
# Additional environment variables for the container |
|
|
|
matrix_livekit_jwt_service_environment_variables_additional: {} |
|
|
|
# Additional environment variables to pass to the container. |
|
|
|
# |
|
|
|
# Environment variables take priority over settings in the configuration file. |
|
|
|
# |
|
|
|
# Example: |
|
|
|
# matrix_livekit_jwt_service_environment_variables_extension: | |
|
|
|
# KEY=value |
|
|
|
matrix_livekit_jwt_service_environment_variables_extension: '' |
|
|
|
|
|
|
|
# List of systemd services that LiveKit JWT Service service depends on |
|
|
|
matrix_livekit_jwt_service_systemd_required_services_list: "{{ matrix_livekit_jwt_service_systemd_required_services_list_default + matrix_livekit_jwt_service_systemd_required_services_list_auto + matrix_livekit_jwt_service_systemd_required_services_list_custom }}" |
|
|
|
|