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

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

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

	define('DICT_ENABLED', false);
	define('DICT_SERVER', 'localhost');