# icecast server host my $host = 'server.name'; # icecast server port number my $port = 8000; # icecast server admin password my $admin_password = 'adminpw'; # template file my $template = '/path/to/snap.tmpl'; # html output directory my $outdir = '/path/to/htmlout';