feat(playout): move liquidsoap auth to notify cli
This commit is contained in:
parent
114a599993
commit
3f4ebab788
6 changed files with 35 additions and 53 deletions
|
@ -12,8 +12,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
@ -49,8 +47,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
@ -111,8 +107,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
@ -169,8 +163,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
@ -252,8 +244,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
@ -297,8 +287,6 @@
|
|||
input_show_port = 8002
|
||||
|
||||
# Settings
|
||||
auth_path = "/fake/liquidsoap_auth.py"
|
||||
|
||||
set("log.file.path", "/var/log/radio.log")
|
||||
|
||||
set("server.telnet", true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue