]> gitweb.michael.orlitzky.com - dead/htsn.git/blob - doc/htsnrc.example
Add an example configuration file.
[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
3
4 # The username used to connect to the feed.
5 #
6 # Default: none (required)
7 #
8 # username = "whoever"
9
10 # The password used to connect to the feed.
11 #
12 # Default: none (required)
13 #
14 # password = "whatever"
15
16 # By default, htsn will output the XML files to the current working
17 # directory. Often this is not desirable, and you would rather save
18 # them to a specific location. Specify it here.
19 #
20 # Default: "." (here)
21 #
22 # output-directory = "/var/lib/htsn"
23
24 # A list of hostnames that supply the feed.
25 #
26 # Default: ["feed1.sportsnetwork.com",
27 # "feed2.sportsnetwork.com",
28 # "feed3.sportsnetwork.com"]
29 #
30 # feed-hosts = [ "hostname1", "hostname2", ... ]