Add a sample configuration file.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 14 Nov 2010 17:20:48 +0000 (12:20 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 14 Nov 2010 17:20:48 +0000 (12:20 -0500)
config.sample.json [new file with mode: 0644]

diff --git a/config.sample.json b/config.sample.json
new file mode 100644 (file)
index 0000000..ec1ae38
--- /dev/null
@@ -0,0 +1,11 @@
+{
+  "JailRoot": "/Volumes/Media",
+
+  "Port": 8084,
+
+  "ProxyURLs": [
+    "http://services.tvrage.com/tools/quickinfo.php",
+  ],
+
+  "IncludeDotfiles": true
+}
\ No newline at end of file