]> gitweb.michael.orlitzky.com - dead/htsn.git/blob - doc/htsnrc.example
07c1a23a5e7dbe6479ad11898498eb18ee93abd3
[dead/htsn.git] / doc / htsnrc.example
1 # Example configuration file for htsn. For this to take effect, you
2 # would need to place it in $HOME/.htsnrc. On Windows, it probably
3 # needs to go in %APPDATA%, or C:\Users\<username>\Application Data.
4
5 # The username used to connect to the feed.
6 #
7 # Default: none (required)
8 #
9 # username = "whoever"
10
11 # The password used to connect to the feed.
12 #
13 # Default: none (required)
14 #
15 # password = "whatever"
16
17 # By default, htsn will output the XML files to the current working
18 # directory. Often this is not desirable, and you would rather save
19 # them to a specific location. Specify it here.
20 #
21 # Default: "." (here)
22 #
23 # output-directory = "/var/lib/htsn"
24
25 # A list of hostnames that supply the feed.
26 #
27 # Default: ["feed1.sportsnetwork.com",
28 # "feed2.sportsnetwork.com",
29 # "feed3.sportsnetwork.com"]
30 #
31 # feed-hosts = [ "hostname1", "hostname2", ... ]