1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

commented out mount specific settings as they are optional and tend to cause

confusion

svn path=/trunk/icecast/; revision=5746
This commit is contained in:
oddsock 2004-01-08 14:16:26 +00:00
parent ac917ac5b8
commit e6b7e96c02

View File

@ -66,7 +66,6 @@
<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords
-->
<mount>
<mount-name>/example-complex.ogg</mount-name>
@ -74,13 +73,15 @@
<password>hackmemore</password>
<max-listeners>1</max-listeners>
<!-- <dump-file>/tmp/dump-example1.ogg</dump-file> -->
<dump-file>/tmp/dump-example1.ogg</dump-file>
<fallback-mount>/example2.ogg</fallback-mount>
</mount>
-->
<fileserve>1</fileserve>
<paths>
<!-- basedir is only used if chroot is enabled -->
<basedir>@pkgdatadir@</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
@ -111,7 +112,7 @@
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
</changeowner>
-->
</security>
</icecast>