1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

Add another comment suggested by a user.

svn path=/trunk/icecast/; revision=4384
This commit is contained in:
Michael Smith 2003-03-02 10:18:28 +00:00
parent c359faf1de
commit a169380258

View File

@ -51,10 +51,10 @@
<mount>
<mount-name>/example1.ogg</mount-name>
<username>othersource</username>
<password>hackmemore</password>
<!-- These next three aren't yet implemented -->
<max-listeners>1</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<fallback-mount>/example2.ogg</fallback-mount>
@ -64,6 +64,9 @@
<paths>
<basedir>/usr/local/icecast</basedir>
<!-- Note that if <chroot> is turned on below, these paths must both
be relative to the new root, not the original root -->
<logdir>/usr/local/icecast/logs</logdir>
<webroot>/usr/local/icecast/web</webroot>
</paths>