fixed indentation
This commit is contained in:
@@ -1,25 +1,27 @@
|
|||||||
<icecast>
|
<icecast>
|
||||||
<authentication>
|
<authentication>
|
||||||
<source-password>${ICECAST_SOURCE_PASSWORD}</source-password>
|
<source-password>${ICECAST_SOURCE_PASSWORD}</source-password>
|
||||||
<relay-password>${ICECAST_RELAY_PASSWORD}</relay-password>
|
<relay-password>${ICECAST_RELAY_PASSWORD}</relay-password>
|
||||||
<admin-user>${ICECAST_ADMIN_USER}</admin-user>
|
<admin-user>${ICECAST_ADMIN_USER}</admin-user>
|
||||||
<admin-password>${ICECAST_ADMIN_PASSWORD}</admin-password>
|
<admin-password>${ICECAST_ADMIN_PASSWORD}</admin-password>
|
||||||
</authentication>
|
</authentication>
|
||||||
|
|
||||||
<hostname>${ICECAST_HOST}</hostname>
|
<hostname>${ICECAST_HOST}</hostname>
|
||||||
|
<location>London, UK</location> <!-- e.g., "London, UK" -->
|
||||||
|
<admin>adam.a.french@outlook.com</admin>
|
||||||
|
|
||||||
<listen-socket>
|
<listen-socket>
|
||||||
<port>${ICECAST_PORT}</port>
|
<port>${ICECAST_PORT}</port>
|
||||||
</listen-socket>
|
</listen-socket>
|
||||||
|
|
||||||
<mount>
|
<mount>
|
||||||
<mount-name>${ICECAST_MOUNT}</mount-name>
|
<mount-name>${ICECAST_MOUNT}</mount-name>
|
||||||
</mount>
|
</mount>
|
||||||
|
|
||||||
<limits>
|
<limits>
|
||||||
<clients>100</clients>
|
<clients>100</clients>
|
||||||
<sources>2</sources>
|
<sources>2</sources>
|
||||||
</limits>
|
</limits>
|
||||||
|
|
||||||
<paths>
|
<paths>
|
||||||
<basedir>/usr/share/icecast2</basedir>
|
<basedir>/usr/share/icecast2</basedir>
|
||||||
@@ -29,7 +31,7 @@
|
|||||||
<alias source="/" destination="/status.xsl"/>
|
<alias source="/" destination="/status.xsl"/>
|
||||||
</paths>
|
</paths>
|
||||||
|
|
||||||
<security>
|
<security>
|
||||||
<chroot>0</chroot>
|
<chroot>0</chroot>
|
||||||
</security>
|
</security>
|
||||||
</icecast>
|
</icecast>
|
||||||
|
|||||||
Reference in New Issue
Block a user