feat(playout): move liquidsoap auth to notify cli

This commit is contained in:
jo 2023-03-21 14:50:44 +01:00 committed by Kyle Robbertze
parent 114a599993
commit 3f4ebab788
6 changed files with 35 additions and 53 deletions

View file

@ -9,8 +9,6 @@ input_show_mount = {{ config.stream.inputs.show.mount | quote }}
input_show_port = {{ config.stream.inputs.show.port }}
# Settings
auth_path = {{ paths.auth_filepath | quote }}
{% if paths.log_filepath is defined -%}
set("log.file.path", "{{ paths.log_filepath }}")
{%- else -%}