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

our %config = (
	db => ['dbi:SQLite:/home/nzbget/datenbank.sqlite', '', ''],
	page_name => 'anymur binary usenet',
  files_dir => '/media/wechsel/otti/done/usenet',

);