diff options
| author | ivan <ivan> | 2002-01-24 16:34:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-01-24 16:34:02 +0000 |
| commit | e843525aea5644e63a99addca6d91d43bb82fffd (patch) | |
| tree | 4ed7648ec4c8a34e8477da9340ca113bc411d998 /icesnap.conf | |
| parent | f46bdaf4c168c9c21e7fefb07ce2f60d7ff84afc (diff) | |
Diffstat (limited to 'icesnap.conf')
| -rw-r--r-- | icesnap.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/icesnap.conf b/icesnap.conf index 0f9bf31..a35bdd9 100644 --- a/icesnap.conf +++ b/icesnap.conf @@ -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'; |
