|
@@ -2,8 +2,8 @@
|
|
|
<!-- location and admin are two arbitrary strings that are e.g. visible
|
|
|
on the server info page of the icecast web interface
|
|
|
(server_version.xsl). -->
|
|
|
- <location>Earth</location>
|
|
|
- <admin>icemaster@localhost</admin>
|
|
|
+ <location>{{ ICECAST_LOCATION }}</location>
|
|
|
+ <admin>{{ ICECAST_ADMIN }}</admin>
|
|
|
|
|
|
<limits>
|
|
|
<clients>100</clients>
|
|
@@ -54,7 +54,7 @@
|
|
|
<!-- This is the hostname other people will use to connect to your server.
|
|
|
It affects mainly the urls generated by Icecast for playlists and yp
|
|
|
listings. -->
|
|
|
- <hostname>icecast</hostname>
|
|
|
+ <hostname>{{ ICECAST_HOSTNAME }}</hostname>
|
|
|
|
|
|
<!-- You may have multiple <listener> elements -->
|
|
|
<listen-socket>
|