initial import
[icesnap.git] / icesnap.conf
1
2 # icecast server host
3 my $host = 'server.name';
4
5 # icecast server port number
6 my $port = 8000;
7
8 # icecast server admin password
9 my $admin_password = 'adminpw';
10
11 # template file
12 my $template = '/path/to/snap.tmpl';
13
14 # html output directory
15 my $outdir = '/path/to/htmlout';
16