From f07845045d9a18df340c1fb9c5076a049ea2bc06 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 14 Nov 2010 12:20:48 -0500 Subject: [PATCH] Add a sample configuration file. --- config.sample.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.sample.json diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..ec1ae38 --- /dev/null +++ b/config.sample.json @@ -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 -- 2.22.5