17 lines
586 B
YAML
17 lines
586 B
YAML
# Sets network type (could be tcp{,4,6}, unix)
|
|
# and address:port or /path/to/unix.sock to
|
|
# listen on.
|
|
listen_on: "unix /var/run/dwelling-radio/r.sock"
|
|
icecast:
|
|
# URL to Icecast's status-json.xsl
|
|
url: "http://radio.arav.home.arpa/status-json.xsl"
|
|
playlist_path: "/var/log/icecast/playlist.log"
|
|
liquidsoap:
|
|
executable_path: "/opt/opam/4.14.0/bin/liquidsoap"
|
|
script_path: "/etc/dwelling/radio.liq"
|
|
# How much songs to list on a page
|
|
list_last_n_songs: 10
|
|
log:
|
|
# Output messages to stdout as well as to theirs files.
|
|
stdout: true
|
|
error: "/var/log/dwelling-radio/error.log" |