1
0
Fork 0
livestream-tools/icedreammusic/liquidsoap/settings.liq

9 lines
391 B
Plaintext
Raw Normal View History

stream_name=getenv(default="Spontaneously live in the mix", "STREAM_NAME")
2022-03-09 12:50:04 +00:00
stream_description=getenv(default="", "STREAM_DESCRIPTION")
internal_icecast_username=getenv(default="source", "INTERNAL_ICECAST_USERNAME")
internal_icecast_password=getenv(default="source", "INTERNAL_ICECAST_PASSWORD")
2022-03-09 12:50:04 +00:00
rektfm_username=getenv("REKTNETWORK_USERNAME")
rektfm_password=getenv("REKTNETWORK_PASSWORD")