summaryrefslogtreecommitdiff
path: root/config.php-dist
blob: de058007dbf47b61b2969d497d1a586b24a721fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
	// vim:ft=php:

	define('SCRATCH_DB', 'db/scratch.db');
	// Please set this to a secure first (see README.md)

	define('BOOKS_DIR', '/home/fox/Books');
	define('CALIBRE_DB', BOOKS_DIR . "/metadata.db");

	define('DICT_ENABLED', false);
	define('DICT_CLIENT', '/usr/bin/dict');
	define('DICT_SERVER', 'localhost');