summaryrefslogtreecommitdiff
path: root/config.pm.example
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
commitd26fa8c1e0886c813de5364ee6570c860c6ce12c (patch)
tree418120693100150b0443d3d880f945aaa45a0d22 /config.pm.example
parentadded support for browsing by category (diff)
hopfully repaired this after backup loss
Diffstat (limited to 'config.pm.example')
-rw-r--r--config.pm.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.pm.example b/config.pm.example
index e8abd09..4764dd5 100644
--- a/config.pm.example
+++ b/config.pm.example
@@ -2,7 +2,9 @@ package config;
our %config = (
db => ['dbi:SQLite:/home/nzbget/datenbank.sqlite', '', ''],
- page_name => 'anymur binary usenet',
+ page_name => '<a href="/done/">anymur</a> binary usenet',
files_dir => '/media/wechsel/otti/done/usenet',
web_dir => '/done/usenet',
+ rpc_uri => 'http://nzbget:tegbzn6789@127.0.0.1:6789/xmlrpc',
+ process => '/etc/nzbget/postprocess-example.sh',
);