summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.php-dist b/config.php-dist
deleted file mode 100644
index ff4c32a..0000000
--- a/config.php-dist
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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');
-