summaryrefslogtreecommitdiff
path: root/config.pm.example
blob: 4764dd5f443ae4f1a67578559d19413bcdbefa8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package config;

our %config = (
	db => ['dbi:SQLite:/home/nzbget/datenbank.sqlite', '', ''],
	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',
);