mmm cvs
[icesnap.git] / icesnap.conf
index 0f9bf31..a35bdd9 100644 (file)
@@ -1,16 +1,16 @@
 
 # icecast server host
-my $host = 'server.name';
+$host = 'server.name';
 
 # icecast server port number
-my $port = 8000;
+$port = 8000;
 
 # icecast server admin password
-my $admin_password = 'adminpw';
+$admin_password = 'adminpw';
 
 # template file
-my $template = '/path/to/snap.tmpl';
+$template = '/path/to/snap.tmpl';
 
 # html output directory
-my $outdir = '/path/to/htmlout';
+$outdir = '/path/to/htmlout';