This commit is contained in:
Slavi Pantaleev 2024-11-21 18:59:11 +02:00
parent 394fdca066
commit 7a6fcaa402

View File

@ -154,7 +154,7 @@ livekit_server_configuration: "{{ livekit_server_configuration_yaml | from_yaml
livekit_server_configuration_yaml: "{{ lookup('template', 'templates/config.yaml.j2') }}" livekit_server_configuration_yaml: "{{ lookup('template', 'templates/config.yaml.j2') }}"
livekit_server_configuration_extension_yaml: | livekit_server_configuration_extension_yaml: |
# Your custom YAML configuration for baibot goes here. # Your custom YAML configuration for LiveKit Server goes here.
# This configuration extends the default starting configuration (`livekit_server_configuration_yaml`). # This configuration extends the default starting configuration (`livekit_server_configuration_yaml`).
# #
# You can override individual variables from the default configuration, or introduce new ones. # You can override individual variables from the default configuration, or introduce new ones.