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.
 
 
 

8 lines
402 B

  1. LK_JWT_PORT={{ matrix_livekit_jwt_service_environment_variable_lk_jwt_port | int | to_json }}
  2. LIVEKIT_KEY={{ matrix_livekit_jwt_service_environment_variable_livekit_key }}
  3. LIVEKIT_URL={{ matrix_livekit_jwt_service_environment_variable_livekit_url }}
  4. LIVEKIT_SECRET={{ matrix_livekit_jwt_service_environment_variable_livekit_secret }}
  5. {{ matrix_livekit_jwt_service_environment_variables_additional }}