--- /dev/null
+# 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", ... ]