From eab42a8effc71f75a585a540d92c9dd295c7c9c9 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 18 Dec 2013 02:48:27 -0500 Subject: [PATCH] Add an example configuration file. --- doc/htsnrc.example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/htsnrc.example diff --git a/doc/htsnrc.example b/doc/htsnrc.example new file mode 100644 index 0000000..18a5a3b --- /dev/null +++ b/doc/htsnrc.example @@ -0,0 +1,30 @@ +# Example configuration file for htsn. For this to take effect, you +# would need to place it in $HOME/.htsnrc + +# The username used to connect to the feed. +# +# Default: none (required) +# +# username = "whoever" + +# The password used to connect to the feed. +# +# Default: none (required) +# +# password = "whatever" + +# By default, htsn will output the XML files to the current working +# directory. Often this is not desirable, and you would rather save +# them to a specific location. Specify it here. +# +# Default: "." (here) +# +# output-directory = "/var/lib/htsn" + +# A list of hostnames that supply the feed. +# +# Default: ["feed1.sportsnetwork.com", +# "feed2.sportsnetwork.com", +# "feed3.sportsnetwork.com"] +# +# feed-hosts = [ "hostname1", "hostname2", ... ] -- 2.43.2